add: added mosquitto and front alerts
This commit is contained in:
parent
78a6d26984
commit
cb9a0c27b4
11 changed files with 948 additions and 10 deletions
|
@ -22,4 +22,13 @@ services:
|
|||
- "8080:80"
|
||||
depends_on:
|
||||
- mysql
|
||||
|
||||
mqtt:
|
||||
image: eclipse-mosquitto:latest
|
||||
container_name: mqtt
|
||||
restart: always
|
||||
ports:
|
||||
- "1883:1883"
|
||||
volumes:
|
||||
- ./mosquitto/config:/mosquitto/config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue