feat: invoice, estimate and receipt printing.

This commit is contained in:
a.bouhuolia
2021-08-17 10:47:04 +02:00
parent 70939c5741
commit 160b8b6a1b
50 changed files with 3607 additions and 120 deletions

View File

@@ -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"