Add recordings

This commit is contained in:
2025-03-11 14:12:31 +01:00
parent 2d01df4b0b
commit f43045b41c
7 changed files with 262 additions and 25 deletions

View File

@@ -3,9 +3,9 @@
if [ -f "/venv/bin/activate" ]; then
source /venv/bin/activate
fi
alembic upgrade head
if [ "${ENTRYPOINT}" = "server" ]; then
alembic upgrade head
python -m reflector.app
elif [ "${ENTRYPOINT}" = "worker" ]; then
celery -A reflector.worker.app worker --loglevel=info