Files
docker-container/changedetect/docker-compose.yaml
Sönke Domröas ec838691d2 changes?
2025-07-23 13:56:24 +02:00

28 lines
916 B
YAML

---
services:
changedetection:
image: lscr.io/linuxserver/changedetection.io:latest
container_name: changedetection
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- BASE_URL= https://changedetect.domr.ovh/
- PLAYWRIGHT_DRIVER_URL= #optional
volumes:
- /home/soenke/docker-data/changedetect/config:/config
ports:
- 5238:5000
labels:
kuma.tools.tag.name: 'Tools'
kuma.tools.tag.color: '#FF9900'
kuma.homelab.tag.name: 'Homelab'
kuma.homelab.tag.color: '#FF9955'
kuma.organization.tag.name: 'Organization'
kuma.organization.tag.color: '#FF99AA'
kuma.changedetect.http.name: 'Changedetect'
kuma.changedetect.http.url: 'https://changedetect.domr.ovh'
kuma.changedetect.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
restart: unless-stopped