fix(deploy): pass sidecar app module at container runtime

This commit is contained in:
Yera All
2026-04-12 14:26:24 +05:00
parent f2ece35588
commit a5b402f329
4 changed files with 4 additions and 4 deletions
@@ -127,7 +127,7 @@ services:
streaming-asr-sidecar:
<<: *service_defaults
command: ["sh", "-c", "uvicorn ${APP_MODULE} --host 0.0.0.0 --port 8021"]
command: ["sh", "-c", "uvicorn $${APP_MODULE} --host 0.0.0.0 --port 8021"]
environment:
<<: *app_env
APP_MODULE: services.streaming_asr_sidecar_service.app:app