From 00ab7c8376808f456d872355370ff64014501b92 Mon Sep 17 00:00:00 2001 From: null4bl3 Date: Fri, 24 Apr 2026 08:17:20 +0000 Subject: [PATCH] change detection --- changedetection/docker-compose.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/changedetection/docker-compose.yml b/changedetection/docker-compose.yml index d69cf72..e179c8a 100644 --- a/changedetection/docker-compose.yml +++ b/changedetection/docker-compose.yml @@ -8,8 +8,9 @@ services: environment: - PUID=1000 - PGID=1000 - - TZ=Europe/London + - TZ=Europe/Copenhagen - BASE_URL= #optional + - WEBDRIVER_URL: http://selenium:4444 volumes: - /srv/changedetection/config:/config ports: @@ -23,7 +24,18 @@ services: - "traefik.http.routers.changedetection.rule=Host(`change.knast.cc`)" - "traefik.http.routers.changedetection.tls.certresolver=letsencr" - "traefik.http.services.changedetection.loadbalancer.server.port=5000" - + selenium: + image: selenium/standalone-chrome:latest + container_name: selenium + hostname: selenium + shm_size: 2g + ports: + - 4444:4444 + - 7900:7900 + network_mode: bridge + restart: unless-stopped + environment: + SE_NODE_MAX_SESSIONS: 4 networks: traefik: