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
+3 -1
View File
@@ -25,7 +25,8 @@ services:
retries: 12
start_period: 60s
labels:
- "io.portainer.accesscontrol.public"
- "io.portainer.accesscontrol.public"
- "wud.watch=true"
passbolt-webapp:
image: passbolt/passbolt:latest-ce
@@ -71,6 +72,7 @@ services:
- "traefik.http.routers.passbolt.tls.certresolver=myresolver"
- "io.portainer.accesscontrol.public"
- "traefik.docker.network=core_traefik"
- "wud.watch=true"
healthcheck:
test: ["CMD-SHELL", "curl -fsS http://localhost/healthcheck/status | grep -qx OK"]
interval: 30s