diff options
author | Egor Tensin <egor@tensin.name> | 2024-12-19 13:09:33 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-12-19 13:09:33 +0100 |
commit | f9d03908fcff21dd0fda9943995e5983a4bc4b00 (patch) | |
tree | 73bad5bbf0b925503d5bdd3c1475f19aeb4aa190 /README.md | |
parent | fr24feed: bump versions (diff) | |
download | fr24feed-f9d03908fcff21dd0fda9943995e5983a4bc4b00.tar.gz fr24feed-f9d03908fcff21dd0fda9943995e5983a4bc4b00.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -14,8 +14,7 @@ Usage fr24key="0123456789abcdef" -* Optionally, edit dump1090/config.js to set the correct coordinates of the -receiver. +* Edit dump1090/config.js to set the correct coordinates of the receiver. DefaultCenterLat = 66.5; DefaultCenterLon = 25.19; @@ -25,21 +24,21 @@ receiver. SiteLon = 25.19; SiteName = "My receiver"; -* Optionally, edit dump1090/supervisord.conf to set the correct coordinates of -the receiver in dump1090-fa's arguments (`--lat` and `--lon`). +* Edit dump1090/supervisord.conf to set the correct coordinates of the receiver +in dump1090-fa's arguments (`--lat` and `--lon`). command=/usr/bin/dump1090-fa ... --lat 66.5 --lon 25.19 ... Start the containers using - make pull && make up + docker-compose up -d You can now access the interactive map at http://127.0.0.1:8080/dump1090-fa/ and the fr24feed web interface at http://127.0.0.1:8754/. Stop the containers using - make down + docker-compose down DVB-T dongles ------------- @@ -63,14 +62,9 @@ in dump1090 container output if your dongle isn't supported. Development ----------- -TL;DR: build Docker images using - - make - ### Dependencies * Docker with BuildKit support (18.09 or higher), -* Compose with BuildKit support for `compose/build` (1.25.0 or higher). ### Multiarch |