17 lines
319 B
YAML
17 lines
319 B
YAML
version: "3.1"
|
|
|
|
services:
|
|
app:
|
|
image: dgtlmoon/changedetection.io
|
|
container_name: change-detection
|
|
restart: always
|
|
environment:
|
|
TZ: Europe/Lisbon
|
|
volumes:
|
|
- /mnt/SSD500/docker/changedetection:/datastore
|
|
networks:
|
|
- reverse-proxy
|
|
|
|
networks:
|
|
reverse-proxy:
|
|
external: true |