Add PROXY_SECRET for IBM i proxy auth
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
||||
- OLLAMA_MODEL=${OLLAMA_MODEL}
|
||||
- OLLAMA_API_KEY=${OLLAMA_API_KEY}
|
||||
- CONTEXT_ROOT=${CONTEXT_ROOT}
|
||||
- PROXY_SECRET=${PROXY_SECRET}
|
||||
healthcheck:
|
||||
test: curl --fail http://localhost:8001$${CONTEXT_ROOT}/api/health || exit 1
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user