chore: capture stock LiteLLM startup log

This commit is contained in:
Codex
2026-07-22 00:44:34 -07:00
parent 1ca2f97ed6
commit 09d6295867
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -29,7 +29,10 @@ services:
volumes:
- ./config.yaml:/app/config.yaml:ro
- google-adc:/credentials:ro
command: ["--config", "/app/config.yaml", "--host", "0.0.0.0", "--port", "4000"]
- ./runtime:/runtime
entrypoint: ["/bin/sh", "-c"]
command:
- exec /app/docker/prod_entrypoint.sh --config /app/config.yaml --host 0.0.0.0 --port 4000 > /runtime/litellm.log 2>&1
logging:
driver: json-file
options:
@@ -0,0 +1,2 @@
*
!.gitignore