change detection
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user