Add landing page, tests, Docker deployment, nginx config
This commit is contained in:
parent
feee0317ae
commit
8e03b8ab3c
5 changed files with 394 additions and 2 deletions
13
docker-compose.yml
Normal file
13
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