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:
Stavros 2023-11-17 22:17:47 +02:00 committed by GitHub
parent ff88da9a7d
commit 5c50b5f6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"exposable": true, "exposable": true,
"id": "changedetection", "id": "changedetection",
"description": "The best and simplest free open source website change detection, restock monitor and notification service.", "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", "version": "0.45.7",
"categories": [ "categories": [
"utilities" "utilities"

View File

@ -9,8 +9,6 @@ services:
ports: ports:
- ${APP_PORT}:5000 - ${APP_PORT}:5000
restart: unless-stopped restart: unless-stopped
environment:
- PLAYWRIGHT_DRIVER_URL=ws://chnagedetection-chrome:3000/?stealth=1&--disable-web-security=true
networks: networks:
- tipi_main_network - tipi_main_network
labels: labels: