[PR #589] [MERGED] Adds Healthcheck for default docker container #3688

Open
opened 2025-10-09 18:28:09 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: H3npi-patch-1


📝 Commits (2)

  • 66a68f6 Adds Healthcheck for all docker container
  • cce3ce8 Adds 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/589 **Author:** [@H3npi](https://github.com/H3npi) **Created:** 8/27/2019 **Status:** ✅ Merged **Merged:** 9/5/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `H3npi-patch-1` --- ### 📝 Commits (2) - [`66a68f6`](https://github.com/dani-garcia/vaultwarden/commit/66a68f6d2258a0c5b262ee7687217334e1daffdc) Adds Healthcheck for all docker container - [`cce3ce8`](https://github.com/dani-garcia/vaultwarden/commit/cce3ce816c1e21861631252d466fe014ab4980e7) Adds environment port to curl healthcheck ### 📊 Changes **11 files changed** (+49 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:28:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3688