change-detection/docker-compose.yaml
GeorgeWebberley 6ec009dac8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial commit
2026-02-01 08:26:15 +01:00

18 lines
410 B
YAML

services:
changedetection:
image: lscr.io/linuxserver/changedetection.io:latest
container_name: changedetection
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Copenhagen
- BASE_URL=https://alerts.georgew.dev
volumes:
- ./changedetection_config:/config
networks:
- web_traffic
restart: unless-stopped
networks:
web_traffic:
external: true