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

@ -8,6 +8,7 @@ services:
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/heimdall:latest
labels:
com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
ports:
- 8084:80
@ -21,6 +22,7 @@ services:
- NGINX_PORT=80
image: ${DOCKER_REGISTRY:-}nginx:latest
labels:
wud.watch: true
wud.watch.digest: true
ports:
- 48000:80