first hivemq deployment
This commit is contained in:
parent
324e52e68e
commit
54aa7a9ee1
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.env
|
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
hivemq:
|
||||||
|
image: hivemq/hivemq-ce:${HMQ_VERSION}
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 1883:1883
|
1
env.example
Normal file
1
env.example
Normal file
@ -0,0 +1 @@
|
|||||||
|
HMQ_VERSION=2021.3
|
Loading…
Reference in New Issue
Block a user