undo change

1809-wrong-useragent-playwright-puppeteer
dgtlmoon 1 year ago
parent ce1d4b039c
commit 9111710c83

@ -1,8 +1,7 @@
version: '3.2' version: '3.2'
services: services:
changedetection: changedetection:
build: . image: ghcr.io/dgtlmoon/changedetection.io
# image: ghcr.io/dgtlmoon/changedetection.io
container_name: changedetection container_name: changedetection
hostname: changedetection hostname: changedetection
volumes: volumes:
@ -10,7 +9,7 @@ services:
# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support # Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support
# - ./proxies.json:/datastore/proxies.json # - ./proxies.json:/datastore/proxies.json
environment: # environment:
# Default listening port, can also be changed with the -p option # Default listening port, can also be changed with the -p option
# - PORT=5000 # - PORT=5000
@ -27,7 +26,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-chrome:3000/?stealth=1&--disable-web-security=true # - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/?stealth=1&--disable-web-security=true
# #
# 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
# #
@ -83,24 +82,24 @@ services:
# Used for fetching pages via Playwright+Chrome where you need Javascript support. # Used for fetching pages via Playwright+Chrome where you need Javascript support.
playwright-chrome: # playwright-chrome:
hostname: playwright-chrome # hostname: playwright-chrome
image: browserless/chrome # image: browserless/chrome
restart: unless-stopped # restart: unless-stopped
environment: # environment:
- SCREEN_WIDTH=1920 # - SCREEN_WIDTH=1920
- SCREEN_HEIGHT=1024 # - SCREEN_HEIGHT=1024
- SCREEN_DEPTH=16 # - SCREEN_DEPTH=16
- ENABLE_DEBUGGER=false # - ENABLE_DEBUGGER=false
- PREBOOT_CHROME=true # - PREBOOT_CHROME=true
- CONNECTION_TIMEOUT=300000 # - CONNECTION_TIMEOUT=300000
- MAX_CONCURRENT_SESSIONS=10 # - MAX_CONCURRENT_SESSIONS=10
- CHROME_REFRESH_TIME=600000 # - CHROME_REFRESH_TIME=600000
- DEFAULT_BLOCK_ADS=true # - DEFAULT_BLOCK_ADS=true
- DEFAULT_STEALTH=true # - DEFAULT_STEALTH=true
# #
# Ignore HTTPS errors, like for self-signed certs # Ignore HTTPS errors, like for self-signed certs
- DEFAULT_IGNORE_HTTPS_ERRORS=true # - DEFAULT_IGNORE_HTTPS_ERRORS=true
# #
volumes: volumes:
changedetection-data: changedetection-data:

Loading…
Cancel
Save