mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
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.
This commit is contained in:
parent
ec5b95a90c
commit
b0edca5d4d
13
blueprints/changedetection/docker-compose.yml
Normal file
13
blueprints/changedetection/docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
changedetection:
|
||||
image: ghcr.io/dgtlmoon/changedetection.io:0.49
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 5000
|
||||
volumes:
|
||||
- datastore:/datastore
|
||||
|
||||
volumes:
|
||||
datastore:
|
BIN
blueprints/changedetection/logo.png
Normal file
BIN
blueprints/changedetection/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
8
blueprints/changedetection/template.toml
Normal file
8
blueprints/changedetection/template.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "changedetection"
|
||||
port = 5000
|
||||
host = "${main_domain}"
|
Loading…
Reference in New Issue
Block a user