mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: browserless docker compose configuration.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user