Logo
Explore Help
Sign In
mish/evo-sync
1
0
Fork 0
You've already forked evo-sync
Code Issues 3 Pull Requests Actions Packages Projects 1 Releases 5 Wiki Activity
Files
784bb279587b332e3f7dab981098c1b2f5283dc7
evo-sync/docker-entrypoint.sh

5 lines
91 B
Bash
Raw Normal View History

feat: add Alembic database migrations Replace create_all() startup approach with Alembic for proper schema versioning. Includes initial migration for users and evotor_connections tables, entrypoint script that runs migrations before starting uvicorn. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 12:26:41 +03:00
#!/bin/sh
set -e
alembic upgrade head
exec uvicorn web.main:app --host 0.0.0.0 --port 8000
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 45ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API