mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Introduced Docker Compose setup for Changedetection service, including volume configuration. - Added logo for Changedetection. - Created template.toml for Changedetection with default variables for configuration.
13 lines
214 B
YAML
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: |