fix(S2-a): keep broker credential database outside Git

This commit is contained in:
Brent Perteet
2026-08-20 15:52:14 -05:00
parent 8f638bfa4f
commit 8aea87c3cd
3 changed files with 10 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ services:
- "127.0.0.1:9001:9001"
volumes:
- ./mosquitto:/mosquitto
- /home/ubuntu/.config/ul-platform/mosquitto.passwd:/mosquitto/secrets/passwd:ro
backend:
build: