Giter VIP home page Giter VIP logo

docker-graphs1090's People

Contributors

mikenye avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tedder kx1t

docker-graphs1090's Issues

Once restarts error with beast or mlat data

Once my computer restarts, I get major issues where the container wont load and is in a loop of restart and saying that the data is the same basically.

Here is my starting code:

docker run -d \
  --name=graphs1090 \
  --restart always \
  -p 8060:80 \
  -v graphs1090_rrd:/var/lib/collectd/rrd \
  -e TZ=Australia/Melbourne \
  -e BEASTHOST=192.168.1.202 \
  -e BEASTPORT=30005 \
  -e MLATHOST=192.168.1.202 \
  -e MLATPORT=30104 \
  -e LAT=<removed> \
  -e LONG=<removed> \
  mikenye/graphs1090:latest

Here is if I use docker compose:

version: '2.0'

networks:
  adsbnet:

volumes:
  graphs1090_rrd:

services:
  graphs1090:
    image: mikenye/graphs1090:latest
    tty: true
    container_name: graphs1090
    restart: always
    volumes:
      - graphs1090_rrd:/var/lib/collectd/rrd
    ports:
      - 8060:80
    environment:
      - BEASTHOST=192.168.1.202
      - BEASTPORT=30005
      - TZ=Australia/Melbourne
      - LAT=<removed>
      - LONG=<removed>
    networks:
      - adsbnet

This is after I've removed the MLAT just to try it out.
Capture

Question: how to connect to readsb-protobuf?

The installation instructions are written for readsb, not for readsb-protobuf and contain some optimizations using JSON files.

What is the best way to connect graphs1090 to readsb-protobuf?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.