Files

24 lines
535 B
YAML
Raw Permalink Normal View History

2026-04-20 23:19:21 +02:00
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