[PR #274] [MERGED] feat: add drizzle gateway #329

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/274
Author: @eonminion
Created: 8/9/2025
Status: Merged
Merged: 8/23/2025
Merged by: @Siumauricio

Base: mainHead: main


📝 Commits (8)

  • 5947793 feat: add drizzle gateway
  • 16bac85 fix: add missing template
  • d4206f0 Update and rename drizzle-gateway.yml to docker-compose.yml
  • 477ffc0 feat: add meta json
  • bbbf2c8 Merge branch 'main' into main
  • de08cd7 Update meta.json
  • b48ffdc Update docker-compose.yml
  • db93c69 Update docker-compose.yml

📊 Changes

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

View changed files

blueprints/drizzle-gateway/docker-compose.yml (+19 -0)
blueprints/drizzle-gateway/drizzle-gateway.svg (+1 -0)
blueprints/drizzle-gateway/template.toml (+14 -0)
📝 meta.json (+16 -0)

📄 Description

This pull request introduces a new Docker Compose configuration for the Drizzle Gateway service. The configuration sets up the service container, networking, environment variables, and persistent storage.

Service definition and orchestration:

  • Added a new drizzle-gateway service with its image, container name, restart policy, port mapping, environment variables, and volume mount in the drizzle-gateway.yml file.

Infrastructure setup:

  • Defined a persistent Docker volume drizzle-gateway for storing application data.
  • Configured the service to use the external dokploy-network for network communication.

🔄 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/274 **Author:** [@eonminion](https://github.com/eonminion) **Created:** 8/9/2025 **Status:** ✅ Merged **Merged:** 8/23/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`5947793`](https://github.com/Dokploy/templates/commit/5947793b26c0ab99111c4dfb8daa84cda006203a) feat: add drizzle gateway - [`16bac85`](https://github.com/Dokploy/templates/commit/16bac8567fc3cb300b6bdd0e3be47e85c1f09f7e) fix: add missing template - [`d4206f0`](https://github.com/Dokploy/templates/commit/d4206f090905da73d32d6ef57b2628ffd7f84381) Update and rename drizzle-gateway.yml to docker-compose.yml - [`477ffc0`](https://github.com/Dokploy/templates/commit/477ffc00456ed072437005f16a93f2ed9978f0e0) feat: add meta json - [`bbbf2c8`](https://github.com/Dokploy/templates/commit/bbbf2c871e8880ad4257c69c9d0c448a9f2fe2ed) Merge branch 'main' into main - [`de08cd7`](https://github.com/Dokploy/templates/commit/de08cd7dc0aa3c59639c4bdfc4c4142d81f49f1f) Update meta.json - [`b48ffdc`](https://github.com/Dokploy/templates/commit/b48ffdc85b1455ccb934aa21e0c889ca3cd55ccf) Update docker-compose.yml - [`db93c69`](https://github.com/Dokploy/templates/commit/db93c69aa927882f8e7b7a7461c3aa6dc85c70d8) Update docker-compose.yml ### 📊 Changes **4 files changed** (+50 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/drizzle-gateway/docker-compose.yml` (+19 -0) ➕ `blueprints/drizzle-gateway/drizzle-gateway.svg` (+1 -0) ➕ `blueprints/drizzle-gateway/template.toml` (+14 -0) 📝 `meta.json` (+16 -0) </details> ### 📄 Description This pull request introduces a new Docker Compose configuration for the Drizzle Gateway service. The configuration sets up the service container, networking, environment variables, and persistent storage. Service definition and orchestration: * Added a new `drizzle-gateway` service with its image, container name, restart policy, port mapping, environment variables, and volume mount in the `drizzle-gateway.yml` file. Infrastructure setup: * Defined a persistent Docker volume `drizzle-gateway` for storing application data. * Configured the service to use the external `dokploy-network` for network communication. --- <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:35:23 -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#329