changedetection: add playwright
This commit is contained in:
parent
27383ce7fc
commit
d2e9acb8d6
|
@ -11,6 +11,7 @@
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- BASE_URL=changes.kucharczyk.xyz
|
- BASE_URL=changes.kucharczyk.xyz
|
||||||
- WEBDRIVER_URL="http://selenium:4444/wd/hub"
|
- WEBDRIVER_URL="http://selenium:4444/wd/hub"
|
||||||
|
- PLAYWRIGHT_DRIVER_URL="ws://browserless:3100/?stealth=1&--disable-web-security=true"
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_STORAGE_PATH}/changedetection/data:/datastore"
|
- "${DOCKER_STORAGE_PATH}/changedetection/data:/datastore"
|
||||||
ports:
|
ports:
|
||||||
|
@ -22,4 +23,12 @@
|
||||||
ports:
|
ports:
|
||||||
- "4444:4444"
|
- "4444:4444"
|
||||||
shm_size: '2g'
|
shm_size: '2g'
|
||||||
|
browserless:
|
||||||
|
image: browserless/chrome:1.53-chrome-stable
|
||||||
|
shm_size: '2g'
|
||||||
|
environment:
|
||||||
|
- DEFAULT_LAUNCH_ARGS=[\"--window-size=1920,1080\"]
|
||||||
|
ports:
|
||||||
|
- "3100:3000"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue