/
githubmirror
/
localGPT
Обзор
Документация
Войти
/
githubmirror
/
localGPT
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docker.env
12 строк
456 B
Devin AI
fix: resolve Docker networking issue for Ollama connectivity
16 июл 2025, 00:34
16 июл 2025, 00:34
fb75541
Код
Авторство
О чём код?
# Docker environment configuration # Set this to use local Ollama instance running on host # Note: Using Docker gateway IP instead of host.docker.internal for Linux compatibility OLLAMA_HOST=http://172.18.0.1:11434 # Alternative: Use containerized Ollama (uncomment and run with --profile with-ollama) # OLLAMA_HOST=http://ollama:11434 # Other configuration NODE_ENV=production NEXT_PUBLIC_API_URL=http://localhost:8000 RAG_API_URL=http://rag-api:8001