diff options
| author | Jonas Zohren <[email protected]> | 2021-11-02 15:21:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-02 07:21:48 -0700 |
| commit | 31e4776f4dc368067999cc68f8dfa66bf663c3d1 (patch) | |
| tree | 8cb66d33ab3f491cbb15932222159e6660ff9877 | |
| parent | 9e564c5d53773e1bc43294a0c09c34ecbeaef726 (diff) | |
| download | caprover-one-click-apps-31e4776f4dc368067999cc68f8dfa66bf663c3d1.tar.gz caprover-one-click-apps-31e4776f4dc368067999cc68f8dfa66bf663c3d1.zip | |
Update default version and add BASE_URL (#550)
| -rw-r--r-- | public/v4/apps/changedetection.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/v4/apps/changedetection.yml b/public/v4/apps/changedetection.yml index 5cb0478..d1c097e 100644 --- a/public/v4/apps/changedetection.yml +++ b/public/v4/apps/changedetection.yml @@ -2,6 +2,8 @@ captainVersion: 4 services: $$cap_appname: image: dgtlmoon/changedetection.io:$$cap_version + environment: + BASE_URL: http://$$cap_appname.$$cap_root_domain volumes: - '$$cap_appname-data:/datastore' caproverExtra: @@ -10,7 +12,7 @@ caproverOneClickApp: variables: - id: $$cap_version label: ChangeDetection.io version - defaultValue: 0.27 + defaultValue: 0.39.3 description: 'Check out their docker page for the valid tags https://hub.docker.com/r/dgtlmoon/changedetection.io/tags' instructions: start: >- |
