DeepResearch / docker-compose.yml
zhengr's picture
init
0bcc252
raw
history blame contribute delete
296 Bytes
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
environment:
- GEMINI_API_KEY=${GEMINI_API_KEY}
- OPENAI_API_KEY=${OPENAI_API_KEY}
- JINA_API_KEY=${JINA_API_KEY}
- BRAVE_API_KEY=${BRAVE_API_KEY}
ports:
- "3000:3000"