mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 15:39:06 +08:00
Dockerize repo, create Dockerfile, docker-compose.yml and update README.md (#17)
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/jina-ai/node-DeepResearch?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user