templates/blueprints/changedetection/docker-compose.yml
Mauricio Siu b0edca5d4d Add Changedetection blueprint with Docker Compose and configuration files
- Introduced Docker Compose setup for Changedetection service, including volume configuration.
- Added logo for Changedetection.
- Created template.toml for Changedetection with default variables for configuration.
2025-03-30 20:28:17 -06:00

13 lines
214 B
YAML

version: '3.8'
services:
changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:0.49
restart: unless-stopped
ports:
- 5000
volumes:
- datastore:/datastore
volumes:
datastore: