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

This commit is contained in:
2026-07-27 23:11:27 +03:00
parent fc11454aac
commit 482621a23f
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