updated wud configuration

This commit is contained in:
2026-07-17 09:42:46 +10:00
parent dd9d798bae
commit 80bdeb8d9d
15 changed files with 49 additions and 23 deletions
+5
View File
@@ -52,6 +52,7 @@ services:
- "io.portainer.accesscontrol.public"
- "traefik.http.services.gramps.loadbalancer.server.port=5000"
- "traefik.docker.network=core_traefik"
- "wud.watch=true"
networks:
- traefik
- gramps
@@ -108,6 +109,8 @@ services:
- ${DOCKER_VOLUMES}/gramps-data/db:/root/.gramps/grampsdb
- ${DOCKER_VOLUMES}/gramps-data/media:/app/media
- ${DOCKER_VOLUMES}/gramps-data/tmp:/tmp
labels:
- "wud.watch=true"
networks:
- gramps
@@ -135,6 +138,8 @@ services:
timeout: 5s
retries: 6
start_period: 10s
labels:
- "wud.watch=true"
networks:
gramps: