From c5d5c41c98196e106cf037f6d2f2c325471a5f1b Mon Sep 17 00:00:00 2001 From: Stavros Date: Fri, 17 Nov 2023 22:12:39 +0200 Subject: [PATCH] fix(changedetection): remove chrome container (#1613) 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. --- apps/changedetection/docker-compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/changedetection/docker-compose.yml b/apps/changedetection/docker-compose.yml index e674beb0..cfbd6a9f 100644 --- a/apps/changedetection/docker-compose.yml +++ b/apps/changedetection/docker-compose.yml @@ -40,10 +40,10 @@ services: traefik.http.routers.changedetection-web-local.tls: true - chnagedetection-chrome: - hostname: chnagedetection-chrome - image: browserless/chrome:latest - restart: unless-stopped - container_name: chnagedetection-chrome - networks: - - tipi_main_network \ No newline at end of file + # chnagedetection-chrome: + # hostname: chnagedetection-chrome + # image: browserless/chrome:latest + # restart: unless-stopped + # container_name: chnagedetection-chrome + # networks: + # - tipi_main_network