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
|
||||
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user