mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: invoice, estimate and receipt printing.
This commit is contained in:
@@ -53,4 +53,22 @@ services:
|
||||
- nginx
|
||||
volumes:
|
||||
- ./certbot/letsencrypt/:/var/www/letsencrypt
|
||||
- ./certbot/certs/:/var/certs
|
||||
- ./certbot/certs/:/var/certs
|
||||
|
||||
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
|
||||
ports:
|
||||
- "3000:3000"
|
||||
expose:
|
||||
- "3000"
|
||||
Reference in New Issue
Block a user