19 lines
446 B
Plaintext
19 lines
446 B
Plaintext
|
600000version: '3'
|
||
|
services:
|
||
|
changedetection:
|
||
|
user: root
|
||
|
restart: always
|
||
|
image: 'mail.caliban.io:5000/changedetection:cd32483'
|
||
|
volumes:
|
||
|
- /opt/changedetection/artefacts:/app/artefacts
|
||
|
- ./settings.json:/app/settings.json
|
||
|
environment:
|
||
|
- PROXY_URI=uk.proxymesh.com:31280
|
||
|
- CD_EVERY=300000
|
||
|
- LOGGER_LEVEL=debug
|
||
|
- HOST=mail.caliban.io
|
||
|
- USER=aida@caliban.io
|
||
|
- PASS=WaF#E+5am7.)\csD
|
||
|
|
||
|
|