mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #379] [CLOSED] feat(templates): Add dia tts server template blueprint to Dokploy #412
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/379
Author: @RamiroG8k
Created: 9/18/2025
Status: ❌ Closed
Base:
main← Head:dia-tts-server-template📝 Commits (1)
a770efefeat(templates): Add dia tts server template blueprint to Dokploy📊 Changes
4 files changed (+104 additions, -0 deletions)
View changed files
➕
blueprints/dia-tts-server/dia.svg(+13 -0)➕
blueprints/dia-tts-server/docker-compose.yml(+41 -0)➕
blueprints/dia-tts-server/template.toml(+29 -0)📝
meta.json(+21 -0)📄 Description
This pull request adds a new template blueprint for deploying Dia TTS Server using Dokploy. Key changes include:
docker-compose.yml: Defines the Dia TTS service, with support for environment variables.
template.toml: Allows configuration of main domain, database credentials, and email settings via Dokploy template variables.
meta.json: Adds metadata for the Dia TTS server template (ID, version, description, logo, and tags) to enable UI listing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.