mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 13:05:43 -05:00
[PR #93] [CLOSED] Fixed an issue that could cause the api service to exit(1) when using the default documented docker-compose.yml file #696
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/93
Author: @Saetch
Created: 11/5/2023
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
c7d25a4Update install-backend.md to healthcheck db service8333bafUpdate install-backend.md📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
docs/content/doc/setup/install-backend.md(+8 -0)📄 Description
It is possible for the api service to crash due to being unable to connect to the database which is not yet ready to accept connections. I added a healthcheck for the db and added a condition for the api service to wait until the db service is healthy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.