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:
parent
8dc337ff9f
commit
c5d5c41c98
|
@ -40,10 +40,10 @@ services:
|
||||||
traefik.http.routers.changedetection-web-local.tls: true
|
traefik.http.routers.changedetection-web-local.tls: true
|
||||||
|
|
||||||
|
|
||||||
chnagedetection-chrome:
|
# chnagedetection-chrome:
|
||||||
hostname: chnagedetection-chrome
|
# hostname: chnagedetection-chrome
|
||||||
image: browserless/chrome:latest
|
# image: browserless/chrome:latest
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
container_name: chnagedetection-chrome
|
# container_name: chnagedetection-chrome
|
||||||
networks:
|
# networks:
|
||||||
- tipi_main_network
|
# - tipi_main_network
|
||||||
|
|
Loading…
Reference in New Issue
Block a user