diff --git a/changedetection/docker-compose.yml b/changedetection/docker-compose.yml index fe9877b..8b1925c 100644 --- a/changedetection/docker-compose.yml +++ b/changedetection/docker-compose.yml @@ -2,7 +2,7 @@ services: changedetection: networks: - traefik - - changed +# - changed image: lscr.io/linuxserver/changedetection.io:latest container_name: changedetection environment: @@ -24,19 +24,19 @@ 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 - networks: - - changed - restart: unless-stopped - environment: - SE_NODE_MAX_SESSIONS: 4 +# selenium: +# image: selenium/standalone-chrome:latest +# container_name: selenium +# hostname: selenium +# shm_size: 2g +# ports: +# - 4444:4444 +# - 7900:7900 +# networks: +# - changed +# restart: unless-stopped +# environment: +# SE_NODE_MAX_SESSIONS: 4 # CHROME_OPTIONS: | # --window-size=1280,1024 # --headless @@ -45,5 +45,5 @@ services: networks: traefik: external: true - changed: - external: false +# changed: +# external: false