mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
Add template for SigNoz #4
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).
What problem will this feature address?
It's a nice way to add observability to your apps: https://github.com/SigNoz/signoz
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
@zippoxer commented on GitHub (May 8, 2025):
@maelp please review #119 🙏
@maelp commented on GitHub (May 8, 2025):
Looks really good! I'm not sure if it's possible to test the template somehow on my instance
@zippoxer commented on GitHub (May 8, 2025):
re-opened at https://github.com/Dokploy/templates/pull/120
@maelp yeah i wasn't sure how to test this, so i created a Compose on Dokploy and set it on Git at https://github.com/zippoxer/dokploy-templates and Compose Path to
./blueprints/signoz/docker-compose.ymlso far it works, however i didn't test anything yet beyond the UI loading :)
@rftglyv commented on GitHub (Jul 8, 2025):
Hi, when will SigNoz be added as template?
@renegadevi commented on GitHub (Aug 23, 2025):
I just got it working today. Maybe not the cleanest docker-compose but it works.
Step 1. Create Service -> Compose
Step 2. Go to application -> Environment
(generate key example from https://jwtsecrets.com/)
Step 3. Application -> General
Provider: Raw
Note:
Replace the Host value with your domain (or IP of VPS)
- traefik.http.routers.signoz.rule=Host(signoz.mydomain.com)Step 4. Application -> Deploy
Wait a while until the last lines of:
Step 5. Application -> Domains
Add Domain:
... Press "Update"
Wait some seconds and you can open the link... Done.
and you get greeted with the sign up screen.
edit:
I also saw there was a open issue #285 not sure if it's placed better here or there. @thaarrtt
I haven't tested all features in SigNoz as I don't use all of it.
@jhorlima commented on GitHub (Aug 23, 2025):
Congratulations, this looks great, but wouldn't it be better to use the File Mount Volume to create the files instead of using the command?