Docker

Run ADSBiq alongside your existing readsb / dump1090 container:

docker run -d --name adsbiq \
  --restart=unless-stopped \
  -e READSB_HOST=readsb \
  -e LAT=${LAT} \
  -e LON=${LON} \
  ghcr.io/adsbiq/feed:latest

Or add to your docker-compose.yml. Set READSB_HOST to your readsb container name.

Notes

  • No conflicts with FlightAware, FR24, adsb.lol, or adsb.fi
  • Runs as a sidecar container — reads Beast data from your existing readsb
  • Replace ${LAT} and ${LON} with your receiver coordinates
← Back to simple install