DocFast: landing page, tests, deployment config, session 4 log
This commit is contained in:
parent
a597408e83
commit
600725da17
8 changed files with 417 additions and 6 deletions
13
projects/business/src/pdf-api/docker-compose.yml
Normal file
13
projects/business/src/pdf-api/docker-compose.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: "3.8"
|
||||
services:
|
||||
docfast:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:3100:3100"
|
||||
environment:
|
||||
- API_KEYS=${API_KEYS}
|
||||
- PORT=3100
|
||||
- NODE_ENV=production
|
||||
mem_limit: 512m
|
||||
cpus: 1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue