|
|
@ -18,7 +18,7 @@ services:
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Log levels are in descending order. (TRACE is the most detailed one)
|
|
|
|
# Log levels are in descending order. (TRACE is the most detailed one)
|
|
|
|
# Log output levels: TRACE, DEBUG(default), INFO, SUCCESS, WARNING, ERROR, CRITICAL
|
|
|
|
# Log output levels: TRACE, DEBUG(default), INFO, SUCCESS, WARNING, ERROR, CRITICAL
|
|
|
|
# - LOGGER_LEVEL=DEBUG
|
|
|
|
# - LOGGER_LEVEL=TRACE
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Alternative WebDriver/selenium URL, do not use "'s or 's!
|
|
|
|
# Alternative WebDriver/selenium URL, do not use "'s or 's!
|
|
|
|
# - WEBDRIVER_URL=http://browser-chrome:4444/wd/hub
|
|
|
|
# - WEBDRIVER_URL=http://browser-chrome:4444/wd/hub
|
|
|
@ -29,8 +29,9 @@ 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 target "Chrome" Playwright URL, do not use "'s or 's!
|
|
|
|
# - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000
|
|
|
|
# "Playwright" is a driver/librarythat allows changedetection to talk to a Chrome or similar browser.
|
|
|
|
|
|
|
|
# - PLAYWRIGHT_DRIVER_URL=ws://sockpuppetbrowser:3000
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -73,10 +74,10 @@ services:
|
|
|
|
# condition: service_started
|
|
|
|
# condition: service_started
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Used for fetching pages via Playwright+Chrome where you need Javascript support.
|
|
|
|
# Sockpuppetbrowser is basically chrome wrapped in an API for allowing fast fetching of web-pages.
|
|
|
|
# RECOMMENDED FOR FETCHING PAGES WITH CHROME
|
|
|
|
# RECOMMENDED FOR FETCHING PAGES WITH CHROME
|
|
|
|
# playwright-chrome:
|
|
|
|
# sockpuppetbrowser:
|
|
|
|
# hostname: playwright-chrome
|
|
|
|
# hostname: sockpuppetbrowser
|
|
|
|
# image: dgtlmoon/sockpuppetbrowser:latest
|
|
|
|
# image: dgtlmoon/sockpuppetbrowser:latest
|
|
|
|
# cap_add:
|
|
|
|
# cap_add:
|
|
|
|
# - SYS_ADMIN
|
|
|
|
# - SYS_ADMIN
|
|
|
|