Revert "Remove obsolete version from docker compose files."

This reverts commit d343c2dcaee4c9054ed72a53493306b9e2c1375e.
pull/1670/head
Mathijs de Bruin 2025-05-15 11:36:59 +01:00
rodzic e93f2a87f2
commit eb0ae6e4bd
13 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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\""

Wyświetl plik

@ -1,3 +1,4 @@
version: '2.2'
networks: networks:
default: default:
enable_ipv6: true enable_ipv6: true

Wyświetl plik

@ -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:

Wyświetl plik

@ -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:

Wyświetl plik

@ -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:

Wyświetl plik

@ -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:

Wyświetl plik

@ -1,3 +1,4 @@
version: '2.1'
services: services:
webapp: webapp:
volumes: volumes:

Wyświetl plik

@ -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:

Wyświetl plik

@ -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

Wyświetl plik

@ -1,3 +1,4 @@
version: '2.2'
services: services:
worker: worker:
cpus: ${WO_WORKER_CPUS} cpus: ${WO_WORKER_CPUS}

Wyświetl plik

@ -1,3 +1,4 @@
version: '2.1'
services: services:
worker: worker:
mem_limit: ${WO_WORKER_MEMORY} mem_limit: ${WO_WORKER_MEMORY}

Wyświetl plik

@ -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: