[GH-ISSUE #56] Docker compose seems to ignore alembic upgrade #44

Closed
opened 2026-02-27 19:16:38 +03:00 by kerem · 0 comments
Owner

Originally created by @EddieTheCubeHead on GitHub (Feb 4, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/56

Running the project with docker compose doesn't run alembic migrations into the database.

Reproduction:

  • Run project with docker compose up
  • Call any route that accesses the database ("/auth/login" from #43 for example)
  • Observe the docker container console: there will be an error message about the requested model not being available.

Expected result:

  • The call should succeed
Originally created by @EddieTheCubeHead on GitHub (Feb 4, 2024). Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/56 Running the project with docker compose doesn't run alembic migrations into the database. Reproduction: - Run project with docker compose up - Call any route that accesses the database ("/auth/login" from #43 for example) - Observe the docker container console: there will be an error message about the requested model not being available. Expected result: - The call should succeed
kerem 2026-02-27 19:16:38 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#44
No description provided.