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:
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}"
|
||||
Reference in New Issue
Block a user