Start by renaming variables to something more generic. This will give us a bit more flexibility as we look to other session management mechanisms.

This commit is contained in:
Tim Farrell
2024-02-01 13:40:59 -06:00
parent b2fae0643e
commit d67f3d982b
4 changed files with 11 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ services:
- ${OLLAMA_WEBUI_PORT-3000}:8080
environment:
- 'OLLAMA_API_BASE_URL=http://ollama:11434/api'
- 'WEBUI_SECRET_KEY='
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped