Compose scaffold for FR24 ingest
This directory contains the baseline Docker Compose skeleton for the RTL-SDR ingest contour.
Services
postgres— PostgreSQL 16 + PostGISingest— placeholder for capture/preprocess wiringstatus— simple heartbeat/status scaffold
Layout
../db/postgres— PostgreSQL data directory../db/init— init SQL scripts for schema/bootstrap../ingest— ingest service code placeholder../logs/ingest— ingest logs../logs/status— status heartbeat files../backup— backup artifacts
Notes
- No destructive migrations are included.
- The
ingestservice is a placeholder; wire real capture/preprocess logic later. - The stack expects a
.envfile copied from.env.examplein this directory.