change detection

This commit is contained in:
2026-04-24 08:18:07 +00:00
parent 00ab7c8376
commit baf06df748
+12 -12
View File
@@ -24,18 +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
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: