[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
|
||||
networks:
|
||||
- tipi_main_network
|
||||
# environment:
|
||||
# - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000/
|
||||
labels:
|
||||
# Main
|
||||
traefik.enable: true
|
||||
|
@ -37,11 +39,23 @@ services:
|
|||
traefik.http.routers.changedetection-web-local.service: changedetection-web
|
||||
traefik.http.routers.changedetection-web-local.tls: true
|
||||
|
||||
|
||||
# chnagedetection-chrome:
|
||||
# hostname: chnagedetection-chrome
|
||||
# image: browserless/chrome:latest
|
||||
# playwright-chrome:
|
||||
# hostname: playwright-chrome
|
||||
# container_name: playwright-chrome
|
||||
# image: browserless/chrome
|
||||
# restart: unless-stopped
|
||||
# container_name: chnagedetection-chrome
|
||||
# networks:
|
||||
# - 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