first hivemq deployment

This commit is contained in:
Bryan Joshua Pedini 2022-06-25 11:44:37 +02:00
parent 324e52e68e
commit 54aa7a9ee1
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
---
services:
hivemq:
image: hivemq/hivemq-ce:${HMQ_VERSION}
restart: unless-stopped
ports:
- 1883:1883

1
env.example Normal file
View File

@ -0,0 +1 @@
HMQ_VERSION=2021.3