From 36a2c20b696fedb10a43c69cafcaf0b93b299f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 6 Dec 2022 15:43:39 +0100 Subject: [PATCH] changedetection: don't use selenium --- changedetection.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/changedetection.yml b/changedetection.yml index 0f486cc..51f7365 100644 --- a/changedetection.yml +++ b/changedetection.yml @@ -5,24 +5,25 @@ image: dgtlmoon/changedetection.io container_name: changedetection depends_on: - - chrome + # - chrome + - browserless user: ${PUID}:${PGID} environment: - TZ=${TZ} - 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: - "${DOCKER_STORAGE_PATH}/changedetection/data:/datastore" ports: - "${CHANGEDETECTION_EXTERNAL_PORT}:${CHANGEDETECTION_INTERNAL_PORT}" restart: unless-stopped - chrome: - image: selenium/standalone-chrome-debug:3.141.59 - container_name: selenium - ports: - - "4444:4444" - shm_size: '2g' + # chrome: + # image: selenium/standalone-chrome-debug:3.141.59 + # container_name: selenium + # ports: + # - "4444:4444" + # shm_size: '2g' browserless: image: browserless/chrome:1.53-chrome-stable shm_size: '2g'