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
+4
View File
@@ -62,6 +62,7 @@ services:
- "traefik.http.middlewares.nextcloud-webfinger.redirectregex.regex=https://(.*)/.well-known/webfinger"
- "traefik.http.middlewares.nextcloud-webfinger.redirectregex.replacement=https://$${1}/nextcloud/index.php/.well-known/webfinger"
- "traefik.docker.network=core_traefik"
- "wud.watch=true"
healthcheck:
test:
- CMD-SHELL
@@ -103,12 +104,14 @@ services:
- nextcloud
labels:
- "io.portainer.accesscontrol.public"
- "wud.watch=true"
healthcheck:
test: ["CMD-SHELL", "mariadb-admin ping -u $$MYSQL_USER --password=$$(cat /run/secrets/nextcloud_db_password) --silent"]
interval: 10s
timeout: 5s
retries: 12
start_period: 60s
nextcloud-redis:
image: "redis"
@@ -127,6 +130,7 @@ services:
- nextcloud
labels:
- "io.portainer.accesscontrol.public"
- "wud.watch=true"
healthcheck:
# test: ["CMD-SHELL", "redis-cli -a \"$$(cat /run/secrets/nextcloud_redis_password)\" PING | grep -q PONG"]
test: ["CMD-SHELL", "redis-cli PING | grep -q PONG"]