Update default version and add BASE_URL (#550)
This commit is contained in:
parent
9e564c5d53
commit
31e4776f4d
|
|
@ -2,6 +2,8 @@ captainVersion: 4
|
||||||
services:
|
services:
|
||||||
$$cap_appname:
|
$$cap_appname:
|
||||||
image: dgtlmoon/changedetection.io:$$cap_version
|
image: dgtlmoon/changedetection.io:$$cap_version
|
||||||
|
environment:
|
||||||
|
BASE_URL: http://$$cap_appname.$$cap_root_domain
|
||||||
volumes:
|
volumes:
|
||||||
- '$$cap_appname-data:/datastore'
|
- '$$cap_appname-data:/datastore'
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
|
|
@ -10,7 +12,7 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_version
|
- id: $$cap_version
|
||||||
label: ChangeDetection.io 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'
|
description: 'Check out their docker page for the valid tags https://hub.docker.com/r/dgtlmoon/changedetection.io/tags'
|
||||||
instructions:
|
instructions:
|
||||||
start: >-
|
start: >-
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue