update docs, add dockerfile

This commit is contained in:
ramnique 2025-01-28 17:17:58 +05:30
parent 13bc8600c6
commit cdc96e7ce3
6 changed files with 83 additions and 17 deletions

View file

@ -41,4 +41,12 @@ services:
- "3002:3002"
environment:
- OPENAI_API_KEY=${OPENAI_API_KEY}
restart: unless-stopped
restart: unless-stopped
docs:
build:
context: ./apps/docs
dockerfile: Dockerfile
ports:
- "8000:8000"
restart: unless-stopped