Files
wiki/tasks/flightradar24/compose
2026-04-19 14:10:01 +03:00
..
2026-04-19 14:10:01 +03:00
2026-04-19 14:10:01 +03:00

Compose scaffold for FR24 ingest

This directory contains the baseline Docker Compose skeleton for the RTL-SDR ingest contour.

Services

  • postgres — PostgreSQL 16 + PostGIS
  • ingest — placeholder for capture/preprocess wiring
  • status — 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 ingest service is a placeholder; wire real capture/preprocess logic later.
  • The stack expects a .env file copied from .env.example in this directory.