mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +02:00
Merge branch 'master' of github.com:vimagick/dockerfiles
This commit is contained in:
commit
d6d3fec6e1
@ -7,7 +7,7 @@ odoo
|
||||
|
||||
```yaml
|
||||
odoo:
|
||||
image: odoo:11.0
|
||||
image: odoo:12
|
||||
ports:
|
||||
- "8069:8069"
|
||||
volumes:
|
||||
|
@ -1,5 +1,5 @@
|
||||
odoo:
|
||||
image: odoo:11.0
|
||||
image: odoo:12.0
|
||||
ports:
|
||||
- "8069:8069"
|
||||
volumes:
|
||||
@ -10,7 +10,7 @@ odoo:
|
||||
restart: always
|
||||
|
||||
postgres:
|
||||
image: postgres:9-alpine
|
||||
image: postgres:11-alpine
|
||||
volumes:
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
@ -5,7 +5,7 @@
|
||||
FROM java:8-jre-alpine
|
||||
MAINTAINER kev <noreply@easypi.pro>
|
||||
|
||||
ENV PRESTO_VERSION 0.208
|
||||
ENV PRESTO_VERSION 0.215
|
||||
ENV PRESTO_URL https://repo1.maven.org/maven2/com/facebook/presto/presto-server/$PRESTO_VERSION/presto-server-$PRESTO_VERSION.tar.gz
|
||||
ENV PRESTO_HOME /opt/presto-server
|
||||
|
||||
|
@ -6,7 +6,7 @@ FROM resin/rpi-raspbian:stretch
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
# Superset version
|
||||
ARG SUPERSET_VERSION=0.26.3
|
||||
ARG SUPERSET_VERSION=0.28.1
|
||||
|
||||
# Configure environment
|
||||
ENV LANG=C.UTF-8 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user