From f3860f69a1b775207c0d92b30dd53b0896c21dca Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sun, 10 Mar 2024 17:28:41 +0000 Subject: [PATCH] Restore custom compose --- README.md | 6 +++--- readme-vars.yml | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e6aac1..0aaff0e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The architectures supported by this image are: Webui is accessible at http://SERVERIP:PORT -Please note that as of version 0.45.15 this image contains the Playwright content fetcher. +Please note that as of version 0.45.16 this image contains the Playwright content fetcher. For more info read [the wiki](https://github.com/dgtlmoon/changedetection.io/wiki). @@ -76,7 +76,7 @@ To help you get started creating a container from this image you can either use services: changedetection.io: image: lscr.io/linuxserver/changedetection.io:latest - container_name: changedetection.io + container_name: changedetection environment: - PUID=1000 - PGID=1000 @@ -84,7 +84,7 @@ services: - BASE_URL= #optional - PLAYWRIGHT_DRIVER_URL= #optional volumes: - - /path/to/changedetection.io/config:/config + - /path/to/changedetection/config:/config ports: - 5000:5000 restart: unless-stopped diff --git a/readme-vars.yml b/readme-vars.yml index 55595ef..1230e83 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -35,6 +35,24 @@ opt_param_env_vars: - { env_var: "BASE_URL", env_value: "", desc: "Specify the full URL (including protocol) when running behind a reverse proxy" } - { env_var: "PLAYWRIGHT_DRIVER_URL", env_value: "", desc: "Specify the full URL to your chrome driver instance. See the [wiki](https://github.com/dgtlmoon/changedetection.io/wiki/Playwright-content-fetcher) for details." } +custom_compose: | + --- + services: + changedetection.io: + image: lscr.io/linuxserver/changedetection.io:latest + container_name: changedetection + environment: + - PUID=1000 + - PGID=1000 + - TZ=Etc/UTC + - BASE_URL= #optional + - PLAYWRIGHT_DRIVER_URL= #optional + volumes: + - /path/to/changedetection/config:/config + ports: + - 5000:5000 + restart: unless-stopped + # application setup block app_setup_block_enabled: true app_setup_block: |