mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #746] [CLOSED] feat: add Weblate template #6297
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/746
Author: @enigma972
Created: 3/16/2026
Status: ❌ Closed
Base:
canary← Head:weblate📝 Commits (9)
f2c576dfeat: add Weblate template9bfe810chore: add db health check9502f8efeat: cleanupe29916fchore: fix config file7983f40chore: remove compose default config626fdcachore: fix weblate versionbe412bcchore: run dedupe-and-sort-metae805d62Update blueprints/weblate/docker-compose.ymlebb2ba9chore: remove config.mounts📊 Changes
4 files changed (+149 additions, -18 deletions)
View changed files
➕
blueprints/weblate/docker-compose.yml(+75 -0)➕
blueprints/weblate/template.toml(+56 -0)➕
blueprints/weblate/weblate.svg(+1 -0)📝
meta.json(+17 -18)📄 Description
What is this PR about?
New PR of Weblate
Checklist
Before submitting this PR, please make sure that:
Greptile Summary
This PR adds a new Weblate (web-based translation tool) template with Docker Compose services for Weblate, Valkey (Redis-compatible cache), and PostgreSQL 18. The template includes good security practices like
read_onlycontainers andtmpfsmounts, proper healthchecks, and correct volume paths for PostgreSQL 18+.Key issues to address before merging:
template.toml: Multiple variables (e.g.,POSTGRES_USER,POSTGRES_DB,POSTGRES_HOST,WEBLATE_SITE_TITLE,WEBLATE_SITE_DOMAIN,WEBLATE_ADMIN_NAME) reference themselves instead of providing actual default values, which will cause them to resolve to empty strings and likely break the deployment.weblate/weblate:latestshould be pinned to a specific version (e.g.,5.11.2), andmeta.jsonversionfield should match.3.9instead of the project-standard3.8.Confidence Score: 2/5
blueprints/weblate/template.toml(self-referencing variables) andblueprints/weblate/docker-compose.yml(unpinned image tag).Last reviewed commit:
626fdca(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.