YAML 57
Tar1090 By pronto on 17th January 2024 04:41:13 AM
  1. version: "3"
  2. networks:
  3.   paperplanes:
  4.     external: true
  5.  
  6.  
  7. services:
  8.   tar1090:
  9.     image: mikenye/tar1090:latest
  10.     tty: true
  11.     container_name: tar1090
  12.     restart: always
  13.     environment:
  14.      - TZ="America/New_York"
  15.       - BEASTHOST=172.30.1.0:30005
  16.       - MLATHOST=adsbx
  17.      # - LAT=-38.820450
  18.      # - LONG=-77.050552
  19.  
  20.     ports:
  21.      - 8078:80
  22.     tmpfs:
  23.      - /run:exec,size=64M
  24.       - /var/log
  25.     networks:
  26.      - 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.