add: added mosquitto and front alerts

This commit is contained in:
Lukian 2025-04-26 16:49:29 +02:00
parent 78a6d26984
commit cb9a0c27b4
11 changed files with 948 additions and 10 deletions

View file

@ -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