This commit is contained in:
2026-04-24 09:05:11 +00:00
parent 0b8264b865
commit 6b0c360444
+16 -16
View File
@@ -2,7 +2,7 @@ services:
changedetection: changedetection:
networks: networks:
- traefik - traefik
- changed # - changed
image: lscr.io/linuxserver/changedetection.io:latest image: lscr.io/linuxserver/changedetection.io:latest
container_name: changedetection container_name: changedetection
environment: environment:
@@ -24,19 +24,19 @@ services:
- "traefik.http.routers.changedetection.rule=Host(`change.knast.cc`)" - "traefik.http.routers.changedetection.rule=Host(`change.knast.cc`)"
- "traefik.http.routers.changedetection.tls.certresolver=letsencr" - "traefik.http.routers.changedetection.tls.certresolver=letsencr"
- "traefik.http.services.changedetection.loadbalancer.server.port=5000" - "traefik.http.services.changedetection.loadbalancer.server.port=5000"
selenium: # selenium:
image: selenium/standalone-chrome:latest # image: selenium/standalone-chrome:latest
container_name: selenium # container_name: selenium
hostname: selenium # hostname: selenium
shm_size: 2g # shm_size: 2g
ports: # ports:
- 4444:4444 # - 4444:4444
- 7900:7900 # - 7900:7900
networks: # networks:
- changed # - changed
restart: unless-stopped # restart: unless-stopped
environment: # environment:
SE_NODE_MAX_SESSIONS: 4 # SE_NODE_MAX_SESSIONS: 4
# CHROME_OPTIONS: | # CHROME_OPTIONS: |
# --window-size=1280,1024 # --window-size=1280,1024
# --headless # --headless
@@ -45,5 +45,5 @@ services:
networks: networks:
traefik: traefik:
external: true external: true
changed: # changed:
external: false # external: false