Archived
updated nextcloud wud tags
This commit is contained in:
@@ -78,7 +78,7 @@ services:
|
|||||||
start_period: 180s
|
start_period: 180s
|
||||||
|
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
image: mariadb:11.4
|
image: mariadb:${NEXTCLOUD_DB_VERSION}
|
||||||
restart: always
|
restart: always
|
||||||
profiles: ["apps","all","nextcloud"]
|
profiles: ["apps","all","nextcloud"]
|
||||||
container_name: nextcloud-db
|
container_name: nextcloud-db
|
||||||
@@ -106,6 +106,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "io.portainer.accesscontrol.public"
|
- "io.portainer.accesscontrol.public"
|
||||||
- "wud.watch=true"
|
- "wud.watch=true"
|
||||||
|
- "wud.tag.include=11.4"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "mariadb-admin ping -u $$MYSQL_USER --password=$$(cat /run/secrets/nextcloud_db_password) --silent"]
|
test: ["CMD-SHELL", "mariadb-admin ping -u $$MYSQL_USER --password=$$(cat /run/secrets/nextcloud_db_password) --silent"]
|
||||||
interval: 10s
|
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}/
|
GRAFANA_ROOT_URL=https://grafana.${DOMAIN}/
|
||||||
|
|
||||||
# Nextcloud
|
# Nextcloud
|
||||||
|
NEXTCLOUD_DB_VERSION=11.4
|
||||||
NEXTCLOUD_MYSQL_DATABASE=nextcloud
|
NEXTCLOUD_MYSQL_DATABASE=nextcloud
|
||||||
NEXTCLOUD_MYSQL_HOST=nextcloud_db:3306
|
NEXTCLOUD_MYSQL_HOST=nextcloud_db:3306
|
||||||
NEXTCLOUD_TRUSTED_DOMAINS=nextcloud.${DOMAIN}
|
NEXTCLOUD_TRUSTED_DOMAINS=nextcloud.${DOMAIN}
|
||||||
|
|||||||
Reference in New Issue
Block a user