[changedetection] Update browserless comment (#2323)
* Update docker-compose.yml Update commented-out configuration for Playwright * Missing comments
This commit is contained in:
parent
c51687f617
commit
c86d94b873
|
@ -11,6 +11,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
# environment:
|
||||||
|
# - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/
|
||||||
labels:
|
labels:
|
||||||
# Main
|
# Main
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
@ -37,11 +39,23 @@ services:
|
||||||
traefik.http.routers.changedetection-web-local.service: changedetection-web
|
traefik.http.routers.changedetection-web-local.service: changedetection-web
|
||||||
traefik.http.routers.changedetection-web-local.tls: true
|
traefik.http.routers.changedetection-web-local.tls: true
|
||||||
|
|
||||||
|
# playwright-chrome:
|
||||||
# chnagedetection-chrome:
|
# hostname: playwright-chrome
|
||||||
# hostname: chnagedetection-chrome
|
# container_name: playwright-chrome
|
||||||
# image: browserless/chrome:latest
|
# image: browserless/chrome
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# container_name: chnagedetection-chrome
|
|
||||||
# networks:
|
# networks:
|
||||||
# - tipi_main_network
|
# - tipi_main_network
|
||||||
|
# ports:
|
||||||
|
# - 1337:3000
|
||||||
|
# environment:
|
||||||
|
# - SCREEN_WIDTH=1920
|
||||||
|
# - SCREEN_HEIGHT=1024
|
||||||
|
# - SCREEN_DEPTH=16
|
||||||
|
# - ENABLE_DEBUGGER=false
|
||||||
|
# - PREBOOT_CHROME=true
|
||||||
|
# - CONNECTION_TIMEOUT=300000
|
||||||
|
# - MAX_CONCURRENT_SESSIONS=10
|
||||||
|
# - CHROME_REFRESH_TIME=600000
|
||||||
|
# - DEFAULT_BLOCK_ADS=true
|
||||||
|
# - DEFAULT_STEALTH=true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user