fix(alerts): fixed alerts (#3019)

This commit is contained in:
Kraiem Taha Yassine 2025-02-10 13:11:50 +01:00 committed by GitHub
parent b9ac2d2238
commit ad022f9cea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
#!/bin/sh
export TZ=UTC
export ASSIST_KEY=ignore
export CH_POOL=false
sh env_vars.sh
source /tmp/.env.override
uvicorn app:app --host 0.0.0.0 --port 8888 --log-level ${S_LOGLEVEL:-warning}