From 6d91069f23904fa38e78158d91ae3cd698456fde Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 22 Jul 2026 00:52:35 -0700 Subject: [PATCH] chore: remove LiteLLM startup diagnostics --- servers/bwh-hk-dc3/litellm/compose.yaml | 5 +---- servers/bwh-hk-dc3/litellm/runtime/.gitignore | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 servers/bwh-hk-dc3/litellm/runtime/.gitignore diff --git a/servers/bwh-hk-dc3/litellm/compose.yaml b/servers/bwh-hk-dc3/litellm/compose.yaml index 9ad1129..785743e 100644 --- a/servers/bwh-hk-dc3/litellm/compose.yaml +++ b/servers/bwh-hk-dc3/litellm/compose.yaml @@ -28,10 +28,7 @@ services: volumes: - ./config.yaml:/app/config.yaml:ro - google-adc:/credentials:ro - - ./runtime:/runtime - 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 + command: ["--config", "/app/config.yaml", "--host", "${LISTEN_IP:-127.0.0.1}", "--port", "${HOST_PORT:-4000}"] logging: driver: json-file options: diff --git a/servers/bwh-hk-dc3/litellm/runtime/.gitignore b/servers/bwh-hk-dc3/litellm/runtime/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/servers/bwh-hk-dc3/litellm/runtime/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore