auto backup 2026-04-20_23:19:21
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user