[DOCKER] Automated PR for changedetection-deployment_2025-07-30T21-13-22 - #118 #118
@@ -23,6 +23,8 @@
|
|||||||
| bytestash | ghcr.io/jordan-dalby/bytestash:latest |
|
| bytestash | ghcr.io/jordan-dalby/bytestash:latest |
|
||||||
| castopod | castopod/castopod:latest |
|
| castopod | castopod/castopod:latest |
|
||||||
| castopod-valkey | docker.io/bitnami/valkey:latest |
|
| castopod-valkey | docker.io/bitnami/valkey:latest |
|
||||||
|
| changedetection | ghcr.io/dgtlmoon/changedetection.io |
|
||||||
|
| changedetection-chrome | dgtlmoon/sockpuppetbrowser:latest |
|
||||||
| chrome | gcr.io/zenika-hub/alpine-chrome:123 |
|
| chrome | gcr.io/zenika-hub/alpine-chrome:123 |
|
||||||
| cloudflareddns | ghcr.io/hotio/cloudflareddns:latest |
|
| cloudflareddns | ghcr.io/hotio/cloudflareddns:latest |
|
||||||
| convertx | ghcr.io/c4illin/convertx |
|
| convertx | ghcr.io/c4illin/convertx |
|
||||||
|
|||||||
@@ -773,6 +773,52 @@ services:
|
|||||||
<< : *valkey-params
|
<< : *valkey-params
|
||||||
volumes:
|
volumes:
|
||||||
- castopod-valkey-data:/data/valkey
|
- castopod-valkey-data:/data/valkey
|
||||||
|
changedetection:
|
||||||
|
container_name: changedetection
|
||||||
|
depends_on:
|
||||||
|
changedetection-chrome:
|
||||||
|
condition: service_started
|
||||||
|
environment:
|
||||||
|
PORT: 5000
|
||||||
|
LOGGER_LEVEL: TRACE
|
||||||
|
PLAYWRIGHT_DRIVER_URL: ws://browser-sockpuppet-chrome:3000
|
||||||
|
BASE_URL: https://chdt.${MY_TLD}
|
||||||
|
USE_X_SETTINGS: 1
|
||||||
|
HIDE_REFERER: true
|
||||||
|
ALLOW_FILE_URI: False
|
||||||
|
TZ: ${TZ}
|
||||||
|
LC_ALL: en_US.UTF-8
|
||||||
|
LISTEN_HOST: 0.0.0.0
|
||||||
|
image: ghcr.io/dgtlmoon/changedetection.io
|
||||||
|
labels:
|
||||||
|
homepage.description: Page change monitoring with alerts
|
||||||
|
homepage.group: System Administration
|
||||||
|
homepage.href: https://chdt.${MY_TLD}
|
||||||
|
homepage.icon: changedetection.svg
|
||||||
|
homepage.name: ChangeDetection
|
||||||
|
swag: enable
|
||||||
|
swag_port: 5000
|
||||||
|
swag_proto: http
|
||||||
|
swag_url: chdt.${MY_TLD}
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.monitor.url: https://chdt.${MY_TLD}
|
||||||
|
swag.uptime-kuma.monitor.interval: 300
|
||||||
|
ports:
|
||||||
|
- 15827:5000
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- changedetection-data:/datastore
|
||||||
|
changedetection-chrome:
|
||||||
|
cap_add:
|
||||||
|
- SYS_ADMIN
|
||||||
|
container_name: changedetection-chrome
|
||||||
|
image: dgtlmoon/sockpuppetbrowser:latest
|
||||||
|
environment:
|
||||||
|
SCREEN_WIDTH: 1920
|
||||||
|
SCREEN_HEIGHT: 1024
|
||||||
|
SCREEN_DEPTH: 16
|
||||||
|
MAX_CONCURRENT_CHROME_PROCESSES: 10
|
||||||
|
restart: unless-stopped
|
||||||
chrome:
|
chrome:
|
||||||
container_name: chrome
|
container_name: chrome
|
||||||
command:
|
command:
|
||||||
@@ -6353,6 +6399,8 @@ volumes:
|
|||||||
name: castopod-media
|
name: castopod-media
|
||||||
castopod-valkey-data:
|
castopod-valkey-data:
|
||||||
name: castopod-valkey-data
|
name: castopod-valkey-data
|
||||||
|
changedetection-data:
|
||||||
|
name: changedetection-data
|
||||||
crowdsec-config:
|
crowdsec-config:
|
||||||
name: crowdsec-config
|
name: crowdsec-config
|
||||||
crowdsec-db:
|
crowdsec-db:
|
||||||
|
|||||||
Reference in New Issue
Block a user