fix: provide safe LiteLLM listen default
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
||||
adc-init:
|
||||
condition: service_completed_successfully
|
||||
ports:
|
||||
- "${LISTEN_IP}:${HOST_PORT:-4000}:4000"
|
||||
- "${LISTEN_IP:-127.0.0.1}:${HOST_PORT:-4000}:4000"
|
||||
environment:
|
||||
GOOGLE_APPLICATION_CREDENTIALS: /credentials/application_default_credentials.json
|
||||
VERTEXAI_PROJECT: ${VERTEXAI_PROJECT}
|
||||
|
||||
Reference in New Issue
Block a user