MARKDOWN 56
Untitled By gknux on 17th January 2024 04:49:46 AM

version: "3" networks: paperplanes: external: true

services: piaware: image: ghcr.io/sdr-enthusiasts/docker-piaware:latest tty: true container_name: piaware restart: always devices:

  • /dev/bus/usb/004/002:/dev/bus/usb/004/002 ports:
  • 8080:80
    • 30003:30003
    • 30005:30005 environment:
  • TZ="America/New_York"
    • FEEDER_ID=9f27ba5a-d4fa-41b4-ab3b-7e5506181757
    • RECEIVER_TYPE=rtlsdr tmpfs:
  • /run:exec,size=64M
    • /var/log networks:
  • paperplanes

    tar1090: image: mikenye/tar1090:latest tty: true container_name: tar1090 restart: always environment:

  • TZ="America/New_York"
    • BEASTHOST=piaware:30005
    • MLATHOST=adsbx

      - LAT=-38.820450

      - LONG=-77.050552

      ports:

  • 8078:80 tmpfs:
  • /run:exec,size=64M
    • /var/log networks:
  • paperplanes

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.