mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:27:28 +08:00
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/jina-ai/node-DeepResearch?shareId=XXXX-XXXX-XXXX-XXXX).
14 lines
255 B
YAML
14 lines
255 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
environment:
|
|
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
|
- JINA_API_KEY=${JINA_API_KEY}
|
|
- BRAVE_API_KEY=${BRAVE_API_KEY}
|
|
ports:
|
|
- "3000:3000"
|