18 lines
410 B
YAML
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 |