mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
[PR #274] [MERGED] feat: add drizzle gateway #329
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/Dokploy/templates/pull/274
Author: @eonminion
Created: 8/9/2025
Status: ✅ Merged
Merged: 8/23/2025
Merged by: @Siumauricio
Base:
main← Head:main📝 Commits (8)
5947793feat: add drizzle gateway16bac85fix: add missing templated4206f0Update and rename drizzle-gateway.yml to docker-compose.yml477ffc0feat: add meta jsonbbbf2c8Merge branch 'main' into mainde08cd7Update meta.jsonb48ffdcUpdate docker-compose.ymldb93c69Update 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:
drizzle-gatewayservice with its image, container name, restart policy, port mapping, environment variables, and volume mount in thedrizzle-gateway.ymlfile.Infrastructure setup:
drizzle-gatewayfor storing application data.dokploy-networkfor network communication.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.