|
|
@ -24,11 +24,7 @@ services:
|
|
|
|
# https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.common.proxy
|
|
|
|
# https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.common.proxy
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Alternative Playwright URL, do not use "'s or 's!
|
|
|
|
# Alternative Playwright URL, do not use "'s or 's!
|
|
|
|
# - PLAYWRIGHT_DRIVER_URL=ws://playwright-server:4444/playwright
|
|
|
|
# - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/playwright
|
|
|
|
#
|
|
|
|
|
|
|
|
# Alternative Playwright Browser Type, must match with PLAYWRIGHT_BROWSER_TYPE in the playwright-server service
|
|
|
|
|
|
|
|
# See https://playwright.dev/docs/browsers
|
|
|
|
|
|
|
|
# - PLAYWRIGHT_BROWSER_TYPE=chromium
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Playwright proxy settings playwright_proxy_server, playwright_proxy_bypass, playwright_proxy_username, playwright_proxy_password
|
|
|
|
# Playwright proxy settings playwright_proxy_server, playwright_proxy_bypass, playwright_proxy_username, playwright_proxy_password
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -71,17 +67,11 @@ services:
|
|
|
|
# - /dev/shm:/dev/shm
|
|
|
|
# - /dev/shm:/dev/shm
|
|
|
|
# restart: unless-stopped
|
|
|
|
# restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
|
|
# playwright-server:
|
|
|
|
# Used for fetching pages via Playwright+Chrome where you need Javascript support.
|
|
|
|
# hostname: playwright-server
|
|
|
|
|
|
|
|
# build: ./playwright
|
|
|
|
# playwright-chrome:
|
|
|
|
# environment:
|
|
|
|
# hostname: playwright-chrome
|
|
|
|
# - PLAYWRIGHT_PORT=4444
|
|
|
|
# image: browserless/chrome
|
|
|
|
# # Must match with PLAYWRIGHT_BROWSER_TYPE in the changedetection service
|
|
|
|
|
|
|
|
# - PLAYWRIGHT_BROWSER_TYPE=chromium
|
|
|
|
|
|
|
|
# ipc: host
|
|
|
|
|
|
|
|
# user: pwuser
|
|
|
|
|
|
|
|
# security_opt:
|
|
|
|
|
|
|
|
# - seccomp:./playwright/seccomp_profile.json
|
|
|
|
|
|
|
|
# restart: unless-stopped
|
|
|
|
# restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|