Добавлена модалка «О проекте», версия 0.1.2; Jenkins берёт VERSION из коммита.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Sergey Antropoff
2026-07-27 23:11:27 +03:00
parent 22ea5468d4
commit 776f516239
13 changed files with 177 additions and 218 deletions
+1
View File
@@ -40,6 +40,7 @@ services:
condition: service_completed_successfully
volumes:
- ./app:/app/app:ro
- ./VERSION:/app/VERSION:ro
command: >
sh -c "alembic upgrade head &&
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload