From 5c50b5f6e3fa046738b76cc852656c2cde018a60 Mon Sep 17 00:00:00 2001 From: Stavros Date: Fri, 17 Nov 2023 22:17:47 +0200 Subject: [PATCH] fix(changedetection): bump tipi version and remove env variable (#1616) * fix(changedetection): remove chrome container Chrome container image is 1.17gb in size and quite heavy. Since its not required by changedetection it would be just a custom user config. * fix(changedetection): bump version and remove env --- apps/changedetection/config.json | 2 +- apps/changedetection/docker-compose.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/changedetection/config.json b/apps/changedetection/config.json index f6161973..81cca6f6 100644 --- a/apps/changedetection/config.json +++ b/apps/changedetection/config.json @@ -5,7 +5,7 @@ "exposable": true, "id": "changedetection", "description": "The best and simplest free open source website change detection, restock monitor and notification service.", - "tipi_version": 5, + "tipi_version": 6, "version": "0.45.7", "categories": [ "utilities" diff --git a/apps/changedetection/docker-compose.yml b/apps/changedetection/docker-compose.yml index cfbd6a9f..a814466c 100644 --- a/apps/changedetection/docker-compose.yml +++ b/apps/changedetection/docker-compose.yml @@ -9,8 +9,6 @@ services: ports: - ${APP_PORT}:5000 restart: unless-stopped - environment: - - PLAYWRIGHT_DRIVER_URL=ws://chnagedetection-chrome:3000/?stealth=1&--disable-web-security=true networks: - tipi_main_network labels: