mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 16:55:42 -05:00
[PR #751] feat: Update Glitchtip to version 6.1.0 #3474
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/751
Author: @andrew-tinekov
Created: 3/23/2026
Status: 🔄 Open
Base:
canary← Head:feat/update-glitchtip-to-v6📝 Commits (2)
079be40feat(glitchtip): update to version 6.1.04049760fix(glitchtip): fix code violations📊 Changes
3 files changed (+19 additions, -21 deletions)
View changed files
📝
blueprints/glitchtip/docker-compose.yml(+15 -18)📝
blueprints/glitchtip/template.toml(+3 -2)📝
meta.json(+1 -1)📄 Description
What is this PR about?
Update Glitchtip to version 6.1.0
Checklist
Before submitting this PR, please make sure that:
Screenshots or Videos
Greptile Summary
This PR updates the Glitchtip template from v4.0 to 6.1.0, replacing Redis with Valkey, upgrading PostgreSQL from 16 to 18, switching from
portstoexpose(correct per conventions), and updating worker/migrate startup commands to match the new release's script layout.Key changes:
glitchtip/glitchtip:v4.0→glitchtip/glitchtip:6.1.0across all three servicesredisreplaced withvalkey/valkey:9;VALKEY_URLenv var addedGLITCHTIP_DOMAINnow properly constructed withhttps://prefix and configurableDEFAULT_FROM_EMAILvia${email}helper./bin/run-worker.sh; migrate command updated to./bin/run-migrate.shversion: "3.8"correctly added to the compose fileportscorrectly replaced withexposeIssues found:
pg-data:/var/lib/postgresql/datatopg-data:/var/lib/postgresql. While this works for fresh deployments, it would cause any existing deployment being upgraded to lose access to its data, since PostgreSQL'sPGDATAstill resolves to/var/lib/postgresql/data(a subdirectory of the new mount) rather than the root of the previously populated volume.meta.jsonlists the version asv6.1.0while the Docker image tag is6.1.0— these should match exactly per the project's AGENTS.md guide.Confidence Score: 3/5
/var/lib/postgresqlvs/var/lib/postgresql/data) could silently wipe existing data for upgrading users, which is a meaningful reliability concern. The meta.json version prefix inconsistency is minor but straightforward to fix.Reviews (1): Last reviewed commit: "feat(glitchtip): update to version 6.1.0" | Re-trigger Greptile
(3/5) Reply to the agent's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.