Public Access
1
0

fix: make docker startup complete successfully

This commit is contained in:
pguerrerox
2026-05-05 00:09:52 +00:00
parent a48c954945
commit ecb3310216
5 changed files with 9 additions and 1 deletions
+3
View File
@@ -16,6 +16,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Aligned the Docker Compose and example environment settings so local and deployment configs use the same variable names and document URL-encoded database passwords when needed.
- Simplified container deployment by adding a dedicated migration image and Compose startup ordering so the database becomes healthy, migrations run automatically, and the API, worker, and web services start afterward.
### Fixed
- Fixed the Docker startup flow by passing required env validation into the migration container, bundling SQL migrations into the runtime image, and creating pg-boss queues before the worker starts consuming them.
## [2026-04-19]
### Added