updated nextcloud wud tags

This commit is contained in:
2026-07-17 10:59:48 +10:00
parent daf02789ac
commit eb13c88e73
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -78,7 +78,7 @@ services:
start_period: 180s
nextcloud-db:
image: mariadb:11.4
image: mariadb:${NEXTCLOUD_DB_VERSION}
restart: always
profiles: ["apps","all","nextcloud"]
container_name: nextcloud-db
@@ -106,6 +106,7 @@ services:
labels:
- "io.portainer.accesscontrol.public"
- "wud.watch=true"
- "wud.tag.include=11.4"
healthcheck:
test: ["CMD-SHELL", "mariadb-admin ping -u $$MYSQL_USER --password=$$(cat /run/secrets/nextcloud_db_password) --silent"]
interval: 10s
+1
View File
@@ -30,6 +30,7 @@ GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:20-bookworm,ubuntu-22.04:docker:
GRAFANA_ROOT_URL=https://grafana.${DOMAIN}/
# Nextcloud
NEXTCLOUD_DB_VERSION=11.4
NEXTCLOUD_MYSQL_DATABASE=nextcloud
NEXTCLOUD_MYSQL_HOST=nextcloud_db:3306
NEXTCLOUD_TRUSTED_DOMAINS=nextcloud.${DOMAIN}