19 lines
442 B
Plaintext
19 lines
442 B
Plaintext
version: '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_CRON=5 9 * * *
|
|
- LOGGER_LEVEL=debug
|
|
- HOST=mail.caliban.io
|
|
- USER=aida@caliban.io
|
|
- PASS=WaF#E+5am7.)\csD
|
|
|
|
|