mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #589] [MERGED] Adds Healthcheck for default docker container #3688
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/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.