changedetection.io/docker-compose.yml

26 wiersze
729 B
YAML
Czysty Zwykły widok Historia

2021-05-15 08:20:34 +00:00
version: '2'
services:
2021-05-15 08:20:34 +00:00
changedetection.io:
image: dgtlmoon/changedetection.io
container_name: changedetection.io
hostname: changedetection.io
volumes:
- changedetection-data:/datastore
2021-05-15 08:20:34 +00:00
# environment:
# Proxy support example.
2021-05-15 08:20:34 +00:00
# - HTTP_PROXY="socks5h://10.10.1.10:1080"
# - HTTPS_PROXY="socks5h://10.10.1.10:1080"
# An exclude list (useful for notification URLs above) can be specified by with
2021-05-15 08:20:34 +00:00
# - NO_PROXY="localhost,192.168.0.0/24"
# Base URL of your changedetection.io install (Added to notification alert
# - BASE_URL="https://mysite.com"
2021-05-15 08:20:34 +00:00
ports:
- 5000:5000
restart: always
2021-05-15 08:20:34 +00:00
volumes:
changedetection-data:
2021-05-15 08:20:34 +00:00