mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Make code sandbox container url accessible to Khoj container in docker compose
This commit is contained in:
@@ -49,6 +49,8 @@ services:
|
|||||||
- KHOJ_DEBUG=False
|
- KHOJ_DEBUG=False
|
||||||
- KHOJ_ADMIN_EMAIL=username@example.com
|
- KHOJ_ADMIN_EMAIL=username@example.com
|
||||||
- KHOJ_ADMIN_PASSWORD=password
|
- KHOJ_ADMIN_PASSWORD=password
|
||||||
|
# Default URL of Terrarium, the Python sandbox used by Khoj to run code. Its container is specified above
|
||||||
|
- KHOJ_TERRARIUM_URL=http://host.docker.internal:8080
|
||||||
# Uncomment line below to use with Ollama running on your local machine at localhost:11434.
|
# Uncomment line below to use with Ollama running on your local machine at localhost:11434.
|
||||||
# Change URL to use with other OpenAI API compatible providers like VLLM, LMStudio etc.
|
# Change URL to use with other OpenAI API compatible providers like VLLM, LMStudio etc.
|
||||||
# - OPENAI_API_BASE=http://host.docker.internal:11434/v1/
|
# - OPENAI_API_BASE=http://host.docker.internal:11434/v1/
|
||||||
|
|||||||
Reference in New Issue
Block a user