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

View File

@@ -224,7 +224,7 @@ Each type lives in `src/FrameProcessor/Domain/`. Tests in `tests/FrameProcessor.
- Expose 8080; create `/data/images`.
- Non-root user.
### [ ] 10.2 `docker-compose.yml`
### [x] 10.2 `docker-compose.yml`
- `frame-processor` service (build from Dockerfile, mount `frames.json` and `/data/images`).
- `mosquitto` broker with anonymous access on the local network.
- Single network so the service can reach `mosquitto:1883`.