Updated docker-compose versions to 2.1

pull/427/head
Piero Toffanin 2018-04-05 10:51:14 -04:00
rodzic 4380fca870
commit f310826f14
6 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# This configuration builds from Dockerfiles # This configuration builds from Dockerfiles
# instead of pulling from opendronemap hub # instead of pulling from opendronemap hub
version: '2' version: '2.1'
services: services:
db: db:
build: ./db build: ./db

Wyświetl plik

@ -1,4 +1,4 @@
version: '2' version: '2.1'
services: services:
webapp: webapp:
entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /bin/bash -c \"/webodm/wait-for-postgres.sh db /webodm/wait-for-it.sh broker:6379 -- /webodm/start.sh --create-default-pnode --setup-devenv\"" entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /bin/bash -c \"/webodm/wait-for-postgres.sh db /webodm/wait-for-it.sh broker:6379 -- /webodm/start.sh --create-default-pnode --setup-devenv\""

Wyświetl plik

@ -2,7 +2,7 @@
# a default processing node instance. This is best for users # a default processing node instance. This is best for users
# who are just getting started with WebODM. # who are just getting started with WebODM.
version: '2' version: '2.1'
services: services:
webapp: webapp:
entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /bin/bash -c \"/webodm/wait-for-postgres.sh db /webodm/wait-for-it.sh broker:6379 -- /webodm/start.sh --create-default-pnode\"" entrypoint: /bin/bash -c "chmod +x /webodm/*.sh && /bin/bash -c \"/webodm/wait-for-postgres.sh db /webodm/wait-for-it.sh broker:6379 -- /webodm/start.sh --create-default-pnode\""

Wyświetl plik

@ -1,5 +1,5 @@
# This configuration adds the volumes necessary for SSL manual setup # This configuration adds the volumes necessary for SSL manual setup
version: '2' version: '2.1'
services: services:
webapp: webapp:
volumes: volumes:

Wyświetl plik

@ -1,5 +1,5 @@
# This configuration adds support for SSL # This configuration adds support for SSL
version: '2' version: '2.1'
volumes: volumes:
letsencrypt: letsencrypt:
driver: local driver: local

Wyświetl plik

@ -1,6 +1,6 @@
# This configuration does not include a processing node # This configuration does not include a processing node
# Which makes for faster setup times # Which makes for faster setup times
version: '2' version: '2.1'
volumes: volumes:
dbdata: dbdata:
appmedia: appmedia: