Compare commits

...

2 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ services:
- "${HTTP_UI_BIND_ADDR:-127.0.0.1}:${HTTP_UI_BIND_PORT-3000}:8080" - "${HTTP_UI_BIND_ADDR:-127.0.0.1}:${HTTP_UI_BIND_PORT-3000}:8080"
environment: environment:
- "OLLAMA_API_BASE_URL=http://ollama:11434/api" - "OLLAMA_API_BASE_URL=http://ollama:11434/api"
- "OLLAMA_BASE_URL=http://ollama:11434"
- 'WEBUI_SECRET_KEY=${UI_SECRET_KEY:-changeme}' - 'WEBUI_SECRET_KEY=${UI_SECRET_KEY:-changeme}'
#extra_hosts: #extra_hosts:
# - host.docker.internal:host-gateway # - host.docker.internal:host-gateway