diff --git a/docker-compose.yml b/docker-compose.yml index 49525f7f..a686ad5d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,7 @@ version: '3.2' services: changedetection: - build: . -# image: ghcr.io/dgtlmoon/changedetection.io + image: ghcr.io/dgtlmoon/changedetection.io container_name: changedetection hostname: changedetection volumes: @@ -10,7 +9,7 @@ services: # Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support # - ./proxies.json:/datastore/proxies.json - environment: + # environment: # Default listening port, can also be changed with the -p option # - PORT=5000 @@ -27,7 +26,7 @@ services: # https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.common.proxy # # 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 # @@ -83,24 +82,24 @@ services: # Used for fetching pages via Playwright+Chrome where you need Javascript support. - playwright-chrome: - hostname: playwright-chrome - image: browserless/chrome - restart: unless-stopped - environment: - - SCREEN_WIDTH=1920 - - SCREEN_HEIGHT=1024 - - SCREEN_DEPTH=16 - - ENABLE_DEBUGGER=false - - PREBOOT_CHROME=true - - CONNECTION_TIMEOUT=300000 - - MAX_CONCURRENT_SESSIONS=10 - - CHROME_REFRESH_TIME=600000 - - DEFAULT_BLOCK_ADS=true - - DEFAULT_STEALTH=true +# playwright-chrome: +# hostname: playwright-chrome +# image: browserless/chrome +# restart: unless-stopped +# environment: +# - SCREEN_WIDTH=1920 +# - SCREEN_HEIGHT=1024 +# - SCREEN_DEPTH=16 +# - ENABLE_DEBUGGER=false +# - PREBOOT_CHROME=true +# - CONNECTION_TIMEOUT=300000 +# - MAX_CONCURRENT_SESSIONS=10 +# - CHROME_REFRESH_TIME=600000 +# - DEFAULT_BLOCK_ADS=true +# - DEFAULT_STEALTH=true # # Ignore HTTPS errors, like for self-signed certs - - DEFAULT_IGNORE_HTTPS_ERRORS=true +# - DEFAULT_IGNORE_HTTPS_ERRORS=true # volumes: changedetection-data: