[PR #63] [MERGED] 56 docker compose seems to ignore alembic upgrade #263

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

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/63
Author: @KeManen
Created: 2/8/2024
Status: Merged
Merged: 2/11/2024
Merged by: @KeManen

Base: masterHead: 56-docker-compose-seems-to-ignore-alembic-upgrade


📝 Commits (3)

  • 1b4b0e5 Run alembic before starting python
  • 7cd603f Backend waits for the database to be ready
  • 8b969b9 Clarified documentation about docker containers in main Readme

📊 Changes

3 files changed (+12 additions, -6 deletions)

View changed files

📝 README.md (+3 -3)
📝 docker-compose.yml (+8 -1)
📝 server/Dockerfile (+1 -2)

📄 Description

Fixed alembic only being run in creation.
Backend now waits for the database to be alive before starting.
Clarified documentation.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/63 **Author:** [@KeManen](https://github.com/KeManen) **Created:** 2/8/2024 **Status:** ✅ Merged **Merged:** 2/11/2024 **Merged by:** [@KeManen](https://github.com/KeManen) **Base:** `master` ← **Head:** `56-docker-compose-seems-to-ignore-alembic-upgrade` --- ### 📝 Commits (3) - [`1b4b0e5`](https://github.com/EddieTheCubeHead/Stagnum/commit/1b4b0e5a1343122e82e387f34864ff5dafd3cc62) Run alembic before starting python - [`7cd603f`](https://github.com/EddieTheCubeHead/Stagnum/commit/7cd603ffc156599cf809f2ea7f5151fb31eb2e5b) Backend waits for the database to be ready - [`8b969b9`](https://github.com/EddieTheCubeHead/Stagnum/commit/8b969b942d9d4bd07e51d87aeb09495f2fc16104) Clarified documentation about docker containers in main Readme ### 📊 Changes **3 files changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -3) 📝 `docker-compose.yml` (+8 -1) 📝 `server/Dockerfile` (+1 -2) </details> ### 📄 Description Fixed alembic only being run in creation. Backend now waits for the database to be alive before starting. Clarified documentation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:29 +03:00
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#263
No description provided.