Merge dev to main: Security improvements and comprehensive test infrastructure #39

Merged
jimmy merged 195 commits from dev into main 2026-04-08 01:42:27 +08:00
Showing only changes of commit c945dfff5e - Show all commits
+2 -1
View File
@@ -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: