10.2 docker-compose.yml

Compose stack with frame-processor (built from Dockerfile, frames.json
bind-mounted, /data/images on a named volume) and an eclipse-mosquitto
broker configured for anonymous access on a shared bridge network.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 16:13:01 +02:00
parent 10188b41af
commit a886f123a7
3 changed files with 33 additions and 1 deletions

3
mosquitto/mosquitto.conf Normal file
View File

@@ -0,0 +1,3 @@
listener 1883
allow_anonymous true
persistence false