Skip to content
Discussion options

You must be logged in to vote

You need to start backend container without starting the fastapi app, then run alembic revision --autogenerate -m "...." and alembic upgrade head (as described in the docs).
Then you can start fastapi app.

See this answer to make backend container run without running fastapi app

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@YuriiMotov
Comment options

Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
3 participants