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
This commit is contained in:
parent
ff88da9a7d
commit
5c50b5f6e3
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user