feat: browserless docker compose configuration.

This commit is contained in:
a.bouhuolia
2021-08-17 10:48:36 +02:00
parent 160b8b6a1b
commit 5c47d1549b

View File

@@ -57,18 +57,11 @@ services:
browserless:
image: browserless/chrome:latest
environment:
- DEBUG=browserless:*
- MAX_CONCURRENT_SESSIONS=1
- MAX_QUEUE_LENGTH=20
- PREBOOT_CHROME=true
- HOST=0.0.0.0
- ENABLE_DEBUGGER=false
- PORT=3000
- WORKSPACE_DELETE_EXPIRED=true
container_name: "browserless_bigcapital"
restart: always
environment:
- PREBOOT_CHROME=true
- MAX_CONCURRENT_SESSIONS=1
ports:
- "3000:3000"
expose:
- "3000"
- "4080:3000"