kopia lustrzana https://github.com/OpenDroneMap/WebODM
Revert "Remove obsolete version from docker compose files."
This reverts commit d343c2dcaee4c9054ed72a53493306b9e2c1375e.pull/1670/head
rodzic
e93f2a87f2
commit
eb0ae6e4bd
|
@ -1,5 +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.1'
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
build: ./db
|
build: ./db
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
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 -t 0 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 -t 0 broker:6379 -- /webodm/start.sh --create-default-pnode --setup-devenv\""
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
version: '2.2'
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
enable_ipv6: true
|
enable_ipv6: true
|
||||||
|
|
|
@ -2,6 +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.1'
|
||||||
services:
|
services:
|
||||||
webapp:
|
webapp:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -2,6 +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.1'
|
||||||
services:
|
services:
|
||||||
webapp:
|
webapp:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -2,6 +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.1'
|
||||||
services:
|
services:
|
||||||
webapp:
|
webapp:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -2,6 +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.1'
|
||||||
services:
|
services:
|
||||||
webapp:
|
webapp:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
version: '2.1'
|
||||||
services:
|
services:
|
||||||
webapp:
|
webapp:
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# This configuration adds the volumes necessary for SSL manual setup
|
# This configuration adds the volumes necessary for SSL manual setup
|
||||||
|
version: '2.1'
|
||||||
services:
|
services:
|
||||||
webapp:
|
webapp:
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# This configuration adds support for SSL
|
# This configuration adds support for SSL
|
||||||
|
version: '2.1'
|
||||||
volumes:
|
volumes:
|
||||||
letsencrypt:
|
letsencrypt:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
version: '2.2'
|
||||||
services:
|
services:
|
||||||
worker:
|
worker:
|
||||||
cpus: ${WO_WORKER_CPUS}
|
cpus: ${WO_WORKER_CPUS}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
version: '2.1'
|
||||||
services:
|
services:
|
||||||
worker:
|
worker:
|
||||||
mem_limit: ${WO_WORKER_MEMORY}
|
mem_limit: ${WO_WORKER_MEMORY}
|
||||||
|
|
|
@ -1,5 +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.1'
|
||||||
volumes:
|
volumes:
|
||||||
dbdata:
|
dbdata:
|
||||||
appmedia:
|
appmedia:
|
||||||
|
|
Ładowanie…
Reference in New Issue