Archived
updated nextcloud wud tags
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user