mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 02:07:03 -05:00
[GH-ISSUE #485] HiveMQ community #675
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 @LukaVerzijl on GitHub (Oct 28, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/485
Template Name
HiveMQ
Template URL
https://github.com/hivemq/hivemq-community-edition
Docker Compose Link
No response
Resources
Docker link: https://hub.docker.com/r/hivemq/hivemq-ce
Unfortunately could not find a compose yml.
Template Description
Hive mq is a MQTT server
Will you send a PR to implement it?
No
@LukaVerzijl commented on GitHub (Oct 28, 2025):
Unfortunately i do not have the experience in creating docker composes
@nktnet1 commented on GitHub (Nov 29, 2025):
@LukaVerzijl given that the command in the docs is:
We can convert it to something like:
Note that
exposeis used instead of port mapping to the host machine (1883:1883) because it's probably better to expose via Traefik, which comes with SSL/TLS.I've made a similar template for another MQTT Broker (EMQX) in #556 if you want to take a look.
Also wrote general instructions for how to configure with Traefik in:
@LukaVerzijl commented on GitHub (Dec 1, 2025):
I think if it can be exposed in the same way as in #556 that it should be fine.