chore: remove LiteLLM startup diagnostics

This commit is contained in:
Codex
2026-07-22 00:52:35 -07:00
parent a5f7dc61e2
commit 6d91069f23
2 changed files with 1 additions and 6 deletions
+1 -4
View File
@@ -28,10 +28,7 @@ services:
volumes: volumes:
- ./config.yaml:/app/config.yaml:ro - ./config.yaml:/app/config.yaml:ro
- google-adc:/credentials:ro - google-adc:/credentials:ro
- ./runtime:/runtime command: ["--config", "/app/config.yaml", "--host", "${LISTEN_IP:-127.0.0.1}", "--port", "${HOST_PORT:-4000}"]
entrypoint: ["/bin/sh", "-c"]
command:
- touch /runtime/litellm.log && chmod 0644 /runtime/litellm.log && exec /app/docker/prod_entrypoint.sh --config /app/config.yaml --host ${LISTEN_IP:-127.0.0.1} --port ${HOST_PORT:-4000} > /runtime/litellm.log 2>&1
logging: logging:
driver: json-file driver: json-file
options: options:
@@ -1,2 +0,0 @@
*
!.gitignore