You've already forked hivemq
first hivemq deployment
This commit is contained in:
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
|
Reference in New Issue
Block a user