mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #589] [MERGED] Adds Healthcheck for default docker container #2758
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2758
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/dani-garcia/vaultwarden/pull/589
Author: @H3npi
Created: 8/27/2019
Status: ✅ Merged
Merged: 9/5/2019
Merged by: @dani-garcia
Base:
master← Head:H3npi-patch-1📝 Commits (2)
66a68f6Adds Healthcheck for all docker containercce3ce8Adds environment port to curl healthcheck📊 Changes
11 files changed (+49 additions, -0 deletions)
View changed files
📝
docker/aarch64/mysql/Dockerfile(+4 -0)📝
docker/aarch64/sqlite/Dockerfile(+4 -0)📝
docker/amd64/mysql/Dockerfile(+4 -0)📝
docker/amd64/mysql/Dockerfile.alpine(+4 -0)📝
docker/amd64/sqlite/Dockerfile(+4 -0)📝
docker/amd64/sqlite/Dockerfile.alpine(+5 -0)📝
docker/armv6/mysql/Dockerfile(+4 -0)📝
docker/armv6/sqlite/Dockerfile(+4 -0)📝
docker/armv7/mysql/Dockerfile(+4 -0)📝
docker/armv7/sqlite/Dockerfile(+4 -0)➕
docker/healthcheck.sh(+8 -0)📄 Description
As of https://github.com/dani-garcia/bitwarden_rs/issues/246#issuecomment-524299620
a basic healthcheck for the container is implemented with this commit.
When everything is okay the same healthcheck will be applied to the other dockerfiles.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.