fix(db): mqtt hostname to keep internal config identique in case of rebuild

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2026-05-28 15:28:51 +02:00
parent 2355c8f0e9
commit 25c8327662

View File

@@ -64,6 +64,7 @@ services:
mqtt: mqtt:
image: rabbitmq:4-management-alpine image: rabbitmq:4-management-alpine
container_name: mqtt container_name: mqtt
hostname: "mqtt"
restart: unless-stopped restart: unless-stopped
ports: ports:
- "15672:15672" # Management plugin HTTP port - "15672:15672" # Management plugin HTTP port