[PR #3072] feat: adding volume support for hoppscotch-db #4212

Open
opened 2026-03-17 01:46:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3072
Author: @balub
Created: 5/22/2023
Status: 🔄 Open

Base: mainHead: feat/db-volume-addition


📝 Commits (3)

  • dea32e5 feat: added volumes to docker-compose for hoppscotch-db
  • 20aea2a chore: added comments to describe and commented out the volumes section in the docker-compose file
  • 404b93d chore: fixed mistake in path in comment

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 docker-compose.yml (+4 -0)

📄 Description

Closes HBE-200

Description

In this PR, we have introduced additions to the Docker-Compose file that allow the PostgreSQL database used by our BE to now use volumes so has to save any data in it on the host machine so that the data is not lost in the event the database container is removed.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information

The addition introduced in this PR has well as steps users need to take inorder to use volumes with their DB are documented in this PR in the Docs repo.


🔄 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/hoppscotch/hoppscotch/pull/3072 **Author:** [@balub](https://github.com/balub) **Created:** 5/22/2023 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/db-volume-addition` --- ### 📝 Commits (3) - [`dea32e5`](https://github.com/hoppscotch/hoppscotch/commit/dea32e54c9bfbb63e63a90c175cf8598b5916260) feat: added volumes to docker-compose for hoppscotch-db - [`20aea2a`](https://github.com/hoppscotch/hoppscotch/commit/20aea2a37a571ab4eb9cca84310e2b1cccd58fd3) chore: added comments to describe and commented out the volumes section in the docker-compose file - [`404b93d`](https://github.com/hoppscotch/hoppscotch/commit/404b93d551c0ca13127fd593fb3625551109887e) chore: fixed mistake in path in comment ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yml` (+4 -0) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes HBE-200 ### Description <!-- Add a brief description of the pull request --> In this PR, we have introduced additions to the Docker-Compose file that allow the PostgreSQL database used by our BE to now use volumes so has to save any data in it on the host machine so that the data is not lost in the event the database container is removed. <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [x] My code requires changes to the documentation - [x] I have updated the documentation as required - [ ] All the tests have passed ### Additional Information <!-- Any additional information like breaking changes, dependencies added, screenshots, comparisons between new and old behaviour, etc. --> The addition introduced in this PR has well as steps users need to take inorder to use volumes with their DB are documented in this [PR](https://github.com/hoppscotch/docs/pull/115) in the Docs repo. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4212
No description provided.