Skip to content

docker readsb protobuf netonly

wiedehopf edited this page Jun 18, 2022 · 2 revisions
  readsb:
    image: ghcr.io/sdr-enthusiasts/docker-readsb-protobuf:latest
    tty: true
    container_name: readsb
    restart: always
    ports:
      - 8080:8080
    extra_hosts:
      - "host.docker.internal:host-gateway"
    environment:
      - READSB_NET_CONNECTOR=host.docker.internal,30005,beast_in
      - READSB_NET_ONLY=true
      - READSB_LAT=-33.33333
      - READSB_LON=111.11111
      - READSB_RX_LOCATION_ACCURACY=2
      - READSB_STATS_RANGE=true
      - READSB_NET_ENABLE=true
      - TZ=Australia/Perth
    volumes:
      - readsbpb_rrd:/run/collectd
    tmpfs:
      - /run/readsb:size=64M
      - /var/log:size=32M
Clone this wiki locally