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
# instead of pulling from opendronemap hub
version: '2.1'
services:
db:
build: ./db

Wyświetl plik

@ -1,3 +1,4 @@
version: '2.1'
services:
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\""

Wyświetl plik

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

Wyświetl plik

@ -2,6 +2,7 @@
# a default processing node instance. This is best for users
# who are just getting started with WebODM.
version: '2.1'
services:
webapp:
depends_on:

Wyświetl plik

@ -2,6 +2,7 @@
# a default processing node instance. This is best for users
# who are just getting started with WebODM.
version: '2.1'
services:
webapp:
depends_on:

Wyświetl plik

@ -2,6 +2,7 @@
# a default processing node instance. This is best for users
# who are just getting started with WebODM.
version: '2.1'
services:
webapp:
depends_on:

Wyświetl plik

@ -2,6 +2,7 @@
# a default processing node instance. This is best for users
# who are just getting started with WebODM.
version: '2.1'
services:
webapp:
depends_on:

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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