This commit is contained in:
2026-03-18 09:42:14 +01:00
parent 79edd40f99
commit 82b1374011

View File

@@ -60,7 +60,7 @@ services:
user: root user: root
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /share/docker_data/kestra/kestra-data:/app/storage - app:/app/storage
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /tmp/kestra-wd:/tmp/kestra-wd - /tmp/kestra-wd:/tmp/kestra-wd
postgres: postgres:
@@ -80,9 +80,9 @@ services:
wud.watch: false wud.watch: false
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}
volumes: volumes:
- /share/docker_data/kestra/postgres-data:/var/lib/postgresql/data - db:/var/lib/postgresql/data
volumes: volumes:
kestra-data: app:
driver: local driver: local
postgres-data: db:
driver: local driver: local