initial commit

This commit is contained in:
gwg313 2026-01-15 12:21:18 -05:00
commit 976b4f88cc
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
11 changed files with 249 additions and 0 deletions

12
aeron/docker-compose.yaml Normal file
View file

@ -0,0 +1,12 @@
version: "3.8"
services:
subscriber:
build: ./subscriber
ports:
- "40123:40123"
publisher:
build: ./publisher
depends_on:
- subscriber