auto backup 2026-04-20_23:19:21

This commit is contained in:
tan-docker
2026-04-20 23:19:21 +02:00
parent 267139cf9e
commit 040687f007
5 changed files with 53 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:latest
restart: unless-stopped
volumes:
- /home/docker/DenWatch:/datastore
networks:
- tan-network
labels:
- traefik.enable=true
- traefik.http.routers.DenWatch.rule=Host(`watch.luckyden.org`)
- traefik.http.routers.DenWatch.entrypoints=websecure
- traefik.http.routers.DenWatch.tls=true
- traefik.http.services.DenWatch.loadbalancer.server.port=5000
networks:
tan-network:
external: true