update DB table

This commit is contained in:
2025-12-28 03:28:14 +01:00
parent b1bebde582
commit 393e78defc
4 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ Group=asf
WorkingDirectory=/home/asf/testarena_backend
Environment="PATH=/home/asf/testarena_backend/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
Environment="IDF_PATH=/home/asf/esp/esp-idf"
Environment="XDG_RUNTIME_DIR=/tmp"
Environment="DATABASE_URL=sqlite:////home/asf/testarena/testarena.db"
ExecStart=/home/asf/testarena_backend/venv/bin/python3 -m testarena_app.worker
Restart=always