mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-22 13:50:14 +00:00
Fix
This commit is contained in:
parent
7a5f9f182c
commit
3f9269f52d
1 changed files with 1 additions and 23 deletions
|
@ -93,29 +93,7 @@ services:
|
||||||
- INFLUXDBV2_URL=${INFLUX_URL}
|
- INFLUXDBV2_URL=${INFLUX_URL}
|
||||||
- INFLUXDBV2_TOKEN=${INFLUX_TOKEN}
|
- INFLUXDBV2_TOKEN=${INFLUX_TOKEN}
|
||||||
- INFLUXDBV2_BUCKET=${INFLUX_BUCKET}
|
- INFLUXDBV2_BUCKET=${INFLUX_BUCKET}
|
||||||
- PROMETHEUS_ENABLE=true - VRS_ENHANCED_LAYERS_CONFIG='
|
- PROMETHEUS_ENABLE=true
|
||||||
{
|
|
||||||
/* Map Options */
|
|
||||||
"defaultMap" : 1,
|
|
||||||
"layerMenuPosition" : "bottomleft",
|
|
||||||
/* Enable Layers */
|
|
||||||
"airspace" : 0,
|
|
||||||
"navAids" : 0,
|
|
||||||
"reportingPoints" : 0,
|
|
||||||
"tfrUSA" : 0,
|
|
||||||
"seaMarkers" : 0,
|
|
||||||
"trainMap" : 0,
|
|
||||||
"clouds" : 0,
|
|
||||||
"rain" : 0,
|
|
||||||
"temps" : 0,
|
|
||||||
"wind" : 0,
|
|
||||||
"pressure" : 0,
|
|
||||||
"dayNight" : 0,
|
|
||||||
"civilAirfields" : 0,
|
|
||||||
"militaryAirfields" : 0,
|
|
||||||
"heliports" : 0,
|
|
||||||
"glidingSpots" : 0
|
|
||||||
}''
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/adsb/ultrafeeder/globe_history:/var/globe_history
|
- /opt/adsb/ultrafeeder/globe_history:/var/globe_history
|
||||||
- /opt/adsb/ultrafeeder/graphs1090:/var/lib/collectd
|
- /opt/adsb/ultrafeeder/graphs1090:/var/lib/collectd
|
||||||
|
|
Loading…
Reference in a new issue