mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[GH-ISSUE #18] Add template for Highlight.io #16342
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?
Originally created by @maelp on GitHub (Jan 26, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/18
What problem will this feature address?
It's a nice way to add observability to your apps: https://github.com/highlight/highlight
Describe the solution you'd like
Add it to the templates
Describe alternatives you've considered
Do it manually
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
@underthestars-zhy commented on GitHub (Jan 30, 2025):
did you figure out how to deploy it?
@maelp commented on GitHub (Jan 30, 2025):
Not really, I'm using the cloud version for now
@underthestars-zhy commented on GitHub (Apr 7, 2025):
any updates?
@naterfute commented on GitHub (Apr 23, 2025):
This file. Right?
https://github.com/highlight/highlight/blob/main/docker/compose.hobby.yml
@Siumauricio commented on GitHub (Jul 14, 2026):
Highlight.io isn't viable as a template anymore: (1) after the LaunchDarkly acquisition the hosted product shut down (Feb 2026) and the repo is in wind-down mode (last commits are migration/redirect work, docs site TLS currently expired); (2) their self-host officially requires 8GB RAM / 4 CPUs across a 9-container stack; (3) the hobby deployment is structurally incompatible with compose templates — it bind-mounts files from a cloned repo and two required services (collector, predictions) have no public images (build-only). For self-hosted observability the catalog already ships GlitchTip, SigNoz and Bugsink. Thanks for the request!