1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00

fix browserless logging

This commit is contained in:
kev 2023-10-24 17:38:05 +08:00
parent f413970880
commit ade207607c
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
ports:
- "3000:3000"
environment:
- DEBUG=browserless/chrome
- DEBUG=browserless:*
- MAX_CONCURRENT_SESSIONS=100
- CONNECTION_TIMEOUT=300000
- MAX_QUEUE_LENGTH=100

View File

@ -7,7 +7,7 @@ services:
ports:
- "3000:3000"
environment:
- DEBUG=browserless/chrome
- DEBUG=browserless:*
- MAX_CONCURRENT_SESSIONS=10
- CONNECTION_TIMEOUT=300000
- MAX_QUEUE_LENGTH=10