diff --git a/api/entrypoint_alerts.sh b/api/entrypoint_alerts.sh index 9eabbe4b0..2a1f4694c 100755 --- a/api/entrypoint_alerts.sh +++ b/api/entrypoint_alerts.sh @@ -1,4 +1,5 @@ #!/bin/sh export TZ=UTC export ASSIST_KEY=ignore +export CH_pool=false uvicorn app:app --host 0.0.0.0 --port 8888 --log-level ${S_LOGLEVEL:-warning}