This commit is contained in:
2025-03-23 19:30:44 +01:00
parent a01437b778
commit c9dbda5753
32 changed files with 127 additions and 59 deletions

View File

@ -30,6 +30,7 @@ services:
homepage.widget.type: ${APPNAME}
homepage.widget.url: https://nc.sectorq.eu
homepage.widget.username: jaydee
wud.watch: true
wud.watch.digest: true
links:
- db
@ -54,6 +55,7 @@ services:
image: ${DOCKER_REGISTRY:-}yobasystems/alpine-mariadb:latest
labels:
com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
networks:
- nextcloud_network
@ -64,6 +66,7 @@ services:
redis:
image: ${DOCKER_REGISTRY:-}redis:alpine
labels:
wud.watch: true
wud.watch.digest: true
networks:
- nextcloud_network