mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-04 00:30:53 +00:00
24 lines
604 B
YAML
24 lines
604 B
YAML
version: '2'
|
|
services:
|
|
changedetection.io:
|
|
image: dgtlmoon/changedetection.io
|
|
container_name: changedetection.io
|
|
hostname: changedetection.io
|
|
volumes:
|
|
- changedetection-data:/datastore
|
|
|
|
# Proxy support example.
|
|
# environment:
|
|
# - HTTP_PROXY="socks5h://10.10.1.10:1080"
|
|
# - HTTPS_PROXY="socks5h://10.10.1.10:1080"
|
|
# An exclude list (useful for notifcation URLs above) can be specified by following
|
|
# - NO_PROXY="localhost,192.168.0.0/24"
|
|
|
|
ports:
|
|
- 5000:5000
|
|
restart: always
|
|
|
|
volumes:
|
|
changedetection-data:
|
|
|