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