Add landing page, tests, Docker deployment, nginx config

This commit is contained in:
DocFast Bot 2026-02-14 13:01:07 +00:00
parent feee0317ae
commit 8e03b8ab3c
5 changed files with 394 additions and 2 deletions

13
docker-compose.yml Normal file
View 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