mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
Merge branch 'master' of github.com:vimagick/dockerfiles
This commit is contained in:
@@ -7,7 +7,7 @@ odoo
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
odoo:
|
odoo:
|
||||||
image: odoo:11.0
|
image: odoo:12
|
||||||
ports:
|
ports:
|
||||||
- "8069:8069"
|
- "8069:8069"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
odoo:
|
odoo:
|
||||||
image: odoo:11.0
|
image: odoo:12.0
|
||||||
ports:
|
ports:
|
||||||
- "8069:8069"
|
- "8069:8069"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -10,7 +10,7 @@ odoo:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9-alpine
|
image: postgres:11-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/postgres:/var/lib/postgresql/data
|
- ./data/postgres:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
FROM java:8-jre-alpine
|
FROM java:8-jre-alpine
|
||||||
MAINTAINER kev <noreply@easypi.pro>
|
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_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
|
ENV PRESTO_HOME /opt/presto-server
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ FROM resin/rpi-raspbian:stretch
|
|||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
# Superset version
|
# Superset version
|
||||||
ARG SUPERSET_VERSION=0.26.3
|
ARG SUPERSET_VERSION=0.28.1
|
||||||
|
|
||||||
# Configure environment
|
# Configure environment
|
||||||
ENV LANG=C.UTF-8 \
|
ENV LANG=C.UTF-8 \
|
||||||
|
|||||||
Reference in New Issue
Block a user