diff --git a/changedetection/docker-compose.yml b/changedetection/docker-compose.yml index efd9dc9..79948c5 100644 --- a/changedetection/docker-compose.yml +++ b/changedetection/docker-compose.yml @@ -2,7 +2,7 @@ services: changedetection: networks: - traefik - + - changed image: lscr.io/linuxserver/changedetection.io:latest container_name: changedetection environment: @@ -10,7 +10,7 @@ services: - PGID=1000 - TZ=Europe/Copenhagen - BASE_URL= #optional - - WEBDRIVER_URL=http://selenium:4444 + - WEBDRIVER_URL=http://selenium:4444/wd/hub volumes: - /srv/changedetection/config:/config ports: @@ -32,11 +32,18 @@ services: ports: - 4444:4444 - 7900:7900 - network_mode: bridge + networks: + - changed restart: unless-stopped environment: SE_NODE_MAX_SESSIONS: 4 + CHROME_OPTIONS: | + --window-size=1280,1024 + --headless + --disable-gpu networks: traefik: external: true + changed: + external: false