mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-01 10:37:26 +01:00
add browserless
This commit is contained in:
13
browserless/docker-compose.yml
Normal file
13
browserless/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
browserless:
|
||||
image: browserless/chrome
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- DEBUG=browserless/chrome
|
||||
- MAX_CONCURRENT_SESSIONS=10
|
||||
- CONNECTION_TIMEOUT=600000
|
||||
- MAX_QUEUE_LENGTH=10
|
||||
- ENABLE_CORS=true
|
||||
- CHROME_REFRESH_TIME=3600000
|
||||
shm_size: 2gb
|
||||
restart: always
|
||||
Reference in New Issue
Block a user