Merge dev to main: Security improvements and comprehensive test infrastructure #39
@@ -7,6 +7,8 @@ services:
|
|||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
environment:
|
||||||
|
- LITELLM_MASTER_KEY=anything
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:${LITELLM_PORT:-4005}:4005"
|
- "127.0.0.1:${LITELLM_PORT:-4005}:4005"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -20,7 +22,6 @@ services:
|
|||||||
- "0.0.0.0"
|
- "0.0.0.0"
|
||||||
- "--port"
|
- "--port"
|
||||||
- "4005"
|
- "4005"
|
||||||
- "--disable_spend_logs"
|
|
||||||
logging:
|
logging:
|
||||||
driver: json-file
|
driver: json-file
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user