diff --git a/blueprints/changedetection/docker-compose.yml b/blueprints/changedetection/docker-compose.yml new file mode 100644 index 00000000..11dc9d07 --- /dev/null +++ b/blueprints/changedetection/docker-compose.yml @@ -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: \ No newline at end of file diff --git a/blueprints/changedetection/logo.png b/blueprints/changedetection/logo.png new file mode 100644 index 00000000..8f6b4a79 Binary files /dev/null and b/blueprints/changedetection/logo.png differ diff --git a/blueprints/changedetection/template.toml b/blueprints/changedetection/template.toml new file mode 100644 index 00000000..9bcf6bc3 --- /dev/null +++ b/blueprints/changedetection/template.toml @@ -0,0 +1,8 @@ +[variables] +main_domain = "${domain}" + +[config] +[[config.domains]] +serviceName = "changedetection" +port = 5000 +host = "${main_domain}" \ No newline at end of file