[PR #199] [CLOSED] feat(garage): add garage blueprint with docker-compose and config #273

Closed
opened 2025-11-22 20:33:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/199
Author: @Manan-Santoki
Created: 6/25/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • c663bd9 feat(garage): add garage blueprint with docker-compose and config
  • e8c4bf6 feat(garage): enhance docker setup and configuration
  • cb77643 refactor(blueprints): remove unused garage mounts config
  • 18959c1 refactor(blueprints): clean up garage template files
  • 7a5b14e fix(garage): correct healthcheck command in docker-compose
  • 607b981 refactor(garage): simplify docker-compose and template configuration
  • e1d67e3 refactor(garage): update docker-compose and config template for garage
  • e96b98c fix(garage): add missing garage.toml volume mount
  • 92464e2 fix(garage): correct s3_web root_domain and update config path
  • a24cace refactor(garage): restructure config env variables in template

📊 Changes

4 files changed (+213 additions, -0 deletions)

View changed files

blueprints/garage/docker-compose.yml (+28 -0)
blueprints/garage/garage-logo.svg (+120 -0)
blueprints/garage/template.toml (+50 -0)
📝 meta.json (+15 -0)

📄 Description

Add new Garage blueprint including:

  • meta.json entry with version 1.1.0
  • docker-compose.yml configuration
  • template.toml configuration file
  • garage-logo.svg asset

Garage is an open-source distributed object storage service for self-hosting.


🔄 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/Dokploy/templates/pull/199 **Author:** [@Manan-Santoki](https://github.com/Manan-Santoki) **Created:** 6/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`c663bd9`](https://github.com/Dokploy/templates/commit/c663bd984a4ec1251c00431ee780f1dab8581d6b) feat(garage): add garage blueprint with docker-compose and config - [`e8c4bf6`](https://github.com/Dokploy/templates/commit/e8c4bf6560ded2124a06bee17120312985f86461) feat(garage): enhance docker setup and configuration - [`cb77643`](https://github.com/Dokploy/templates/commit/cb776434b02f111b0ffea9d145227792c5c022e2) refactor(blueprints): remove unused garage mounts config - [`18959c1`](https://github.com/Dokploy/templates/commit/18959c1c9c514dd3ea8ccf6b57aa6d01fba0c07a) refactor(blueprints): clean up garage template files - [`7a5b14e`](https://github.com/Dokploy/templates/commit/7a5b14ec06c792679d29b53ce1472479d7672b71) fix(garage): correct healthcheck command in docker-compose - [`607b981`](https://github.com/Dokploy/templates/commit/607b981813fd8a046c58d2e589c58740516bf8dd) refactor(garage): simplify docker-compose and template configuration - [`e1d67e3`](https://github.com/Dokploy/templates/commit/e1d67e3292c58e2ae8730e0b7edb41e12cee1336) refactor(garage): update docker-compose and config template for garage - [`e96b98c`](https://github.com/Dokploy/templates/commit/e96b98caedbc7d800cf7f56cbaf35dea4019daaa) fix(garage): add missing garage.toml volume mount - [`92464e2`](https://github.com/Dokploy/templates/commit/92464e21c7e012df95a4dc10713d11556ab0a057) fix(garage): correct s3_web root_domain and update config path - [`a24cace`](https://github.com/Dokploy/templates/commit/a24cace0c582836c7f029d47138e5c83138a3779) refactor(garage): restructure config env variables in template ### 📊 Changes **4 files changed** (+213 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/garage/docker-compose.yml` (+28 -0) ➕ `blueprints/garage/garage-logo.svg` (+120 -0) ➕ `blueprints/garage/template.toml` (+50 -0) 📝 `meta.json` (+15 -0) </details> ### 📄 Description Add new Garage blueprint including: - meta.json entry with version 1.1.0 - docker-compose.yml configuration - template.toml configuration file - garage-logo.svg asset Garage is an open-source distributed object storage service for self-hosting. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:33:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#273