YAML 59
The tower, the tower! Rapunzel, Rapunzel! By pronto on 30th January 2024 10:41:39 PM
  1. TZ="America/New_York"
  2. FEEDER_ID=
  3. RESTART=always
  4. adsbx_uuid=youyoueyedees(nuts)
  5. SDR_TYPE=rtlsdr
  6. GEO_LAT=nums
  7. GEO_LON=bro
  8. GEO_ALT=50mB
  9. BEASTHOST=Shirley_readsb
  10.  
  11.  
  12. version: "3"
  13. networks:
  14.     DrRumack:
  15.         external: true
  16. volumes:
  17.   readsbpb_rrd:
  18.   readsbpb_autogain:
  19.  
  20. services:
  21.     Shirley_readsb:
  22.         image: ghcr.io/sdr-enthusiasts/docker-readsb-protobuf:latest
  23.         tty: true
  24.         container_name: Shirley_readsb
  25.         hostname: Shirley_readsb
  26.         restart: always
  27.         devices:
  28.            - /dev/swradio0:/dev/swradio0
  29.         ports:
  30.            - 8080:8080
  31.             - 30005:30005
  32.         volumes:
  33.            - readsbpb_rrd:/run/collectd
  34.             - readsbpb_autogain:/run/autogain
  35.             - /proc/diskstats:/proc/diskstats:ro
  36.         environment:
  37.            - TZ=${TZ}
  38.             - READSB_DEVICE_TYPE=${SDR_TYPE}
  39.             - READSB_FIX=true
  40.             - READSB_GAIN=autogain
  41.             - READSB_LAT=${GEO_LAT}
  42.             - READSB_LON=${GEO_LON}
  43.             - READSB_MODEAC=true
  44.             - READSB_RX_LOCATION_ACCURACY=2
  45.             - READSB_STATS_RANGE=true
  46.             - READSB_NET_ENABLE=true
  47.            
  48.     Shirley_adsbexchange:
  49.         image: ghcr.io/sdr-enthusiasts/docker-adsbexchange:latest
  50.         tty: true
  51.         container_name: Shirley_adsbx
  52.         restart: ${RESTART}
  53.         environment:
  54.            - BEASTHOST=${BEASTHOST}
  55.             - TZ=${TZ}
  56.             - LAT=${GEO_LAT}
  57.             - LONG=${GEO_LON}
  58.             - ALT=${GEO_ALT}
  59.             - SITENAME=CaptainOveur
  60.             - UUID=${adsbx_uuid}
  61.         tmpfs:
  62.            - /run:rw,nosuid,nodev,exec,relatime,size=64M,uid=1000,gid=1000

ifconfig paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.