change
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
|||||||
changedetection:
|
changedetection:
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
|
- changed
|
||||||
image: lscr.io/linuxserver/changedetection.io:latest
|
image: lscr.io/linuxserver/changedetection.io:latest
|
||||||
container_name: changedetection
|
container_name: changedetection
|
||||||
environment:
|
environment:
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Copenhagen
|
- TZ=Europe/Copenhagen
|
||||||
- BASE_URL= #optional
|
- BASE_URL= #optional
|
||||||
- WEBDRIVER_URL=http://selenium:4444
|
- WEBDRIVER_URL=http://selenium:4444/wd/hub
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/changedetection/config:/config
|
- /srv/changedetection/config:/config
|
||||||
ports:
|
ports:
|
||||||
@@ -32,11 +32,18 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 4444:4444
|
- 4444:4444
|
||||||
- 7900:7900
|
- 7900:7900
|
||||||
network_mode: bridge
|
networks:
|
||||||
|
- changed
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
SE_NODE_MAX_SESSIONS: 4
|
SE_NODE_MAX_SESSIONS: 4
|
||||||
|
CHROME_OPTIONS: |
|
||||||
|
--window-size=1280,1024
|
||||||
|
--headless
|
||||||
|
--disable-gpu
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
changed:
|
||||||
|
external: false
|
||||||
|
|||||||
Reference in New Issue
Block a user