change detection
This commit is contained in:
@@ -8,8 +8,9 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Europe/Copenhagen
|
||||||
- BASE_URL= #optional
|
- BASE_URL= #optional
|
||||||
|
- WEBDRIVER_URL: http://selenium:4444
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/changedetection/config:/config
|
- /srv/changedetection/config:/config
|
||||||
ports:
|
ports:
|
||||||
@@ -23,7 +24,18 @@ 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:
|
||||||
|
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:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
|
|||||||
Reference in New Issue
Block a user