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.
This commit is contained in:
Stavros 2023-11-17 22:12:39 +02:00 committed by GitHub
parent 8dc337ff9f
commit c5d5c41c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
# chnagedetection-chrome:
# hostname: chnagedetection-chrome
# image: browserless/chrome:latest
# restart: unless-stopped
# container_name: chnagedetection-chrome
# networks:
# - tipi_main_network