13 lines
244 B
YAML
13 lines
244 B
YAML
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
|