docker-vernemq icon indicating copy to clipboard operation
docker-vernemq copied to clipboard

VerneMQ Docker image - Starts the VerneMQ MQTT broker and listens on 1883 and 8080 (for websockets).

Results 84 docker-vernemq issues
Sort by recently updated
recently updated
newest added

Make it possible to pull the Docker image from a private registry.

Hello, I try to install vernemq via helm charts on my ovhcloud managed kubernetes service (1.22.2-2) but i have the following error sdavid@ubv8-r2d2:~$ helm install vernemq/vernemq --generate-name WARNING: Kubernetes configuration...

The docker builds have not been updated for VerneMQ 1.12.5 yet, it would be good to push them! Thanks, Graham

I forgot to bump the version in my fix for #317. @ioolkos Can you make a new release for this version? We need the missing sts permission.

Hi, We use VerneMQ for our iot solution and we would like to use mountpoint for splitting our clients. As far as we can see, it is possible to use...

### Environment - VerneMQ Version: 1.12.x ### Expected behaviour I expect the `on_client_offline` hook to be called when a client session is terminated because of a node shutdown. This was...

**TL;DR** `DOCKER_VERNEMQ_DISCOVERY_NODE` cannot resolve with docker hostnames. ### Issue I've been trying to create a scalable VerneMQ cluster using docker-compose for an IoT project, but have been struggling to get...

The helm chart sets up a statefulset and while that should guarantee a certain level of stability it apparently isnt enough to properly cluster in all cases. I am currently...