From 1fce24fd40bb1cb6a47703dcbc02a8c9c93f418d Mon Sep 17 00:00:00 2001 From: Mark Bumiller Date: Sat, 10 Aug 2024 09:42:26 -0400 Subject: [PATCH 1/2] Update docker guidance * use TCP for feeding dumpvdl2 to airframes * rename `docker-compose.yml` to `compose.yml` * remove version from `compose.yml` --- Setting-Up-ACARSHub.MD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Setting-Up-ACARSHub.MD b/Setting-Up-ACARSHub.MD index 8e28bd0d3..860298ff2 100644 --- a/Setting-Up-ACARSHub.MD +++ b/Setting-Up-ACARSHub.MD @@ -2,7 +2,7 @@ ## Purpose -This document is designed to show the most common `docker-compose.yaml` setup that requires minimal, if any, modifications. +This document is designed to show the most common `compose.yaml` setup that requires minimal, if any, modifications. ### Migrating from v2 to v3/NextGen @@ -42,11 +42,9 @@ If you have chosen to decode VDLM Data and have a RTL-SDR device dedicated to it Otherwise, remove the `dumpvdl2` section -### docker-compose.yaml +### compose.yaml ```yaml -version: "3.8" - volumes: acars_data: @@ -146,10 +144,10 @@ services: #- AR_SEND_UDP_ACARS=acarshub:5550 # The line below should be uncommented if you are receiving acars data from acarsdec AND want to feed airframes #- AR_SEND_UDP_ACARS=acarshub:5550;feed.airframes.io:5550 - # The line below should uncommented if you are receiving VDLM and DO NOT want to feed aiframes + # The line below should uncommented if you are receiving VDLM, using dumpvdl2 OR using vdlm2dec and not want to feed #- AR_SEND_UDP_VDLM2=acarshub:5555 # The line below should uncommented if you are receiving VDLM, using dumpvdl2 AND want to feed airframes - #- AR_SEND_UDP_VDLM2=acarshub:5555;feed.airframes.io:5552 + #- AR_SEND_TCP_VDLM2=feed.airframes.io:5553 # The line below should uncommented if you are receiving VDLM, using vdlm2dec AND want to feed airframes #- AR_SEND_UDP_VDLM2=acarshub:5555;feed.airframes.io:5555 # The line below should uncommented if you are receiving dumpvdl2 AND using ZMQ (recommended) From 1310059ff4b3cb3af0bd31695d2681c3b323ba7a Mon Sep 17 00:00:00 2001 From: Mark Bumiller Date: Sat, 10 Aug 2024 14:47:11 -0400 Subject: [PATCH 2/2] reverting rename and version removal --- Setting-Up-ACARSHub.MD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Setting-Up-ACARSHub.MD b/Setting-Up-ACARSHub.MD index 860298ff2..b99a800ca 100644 --- a/Setting-Up-ACARSHub.MD +++ b/Setting-Up-ACARSHub.MD @@ -2,7 +2,7 @@ ## Purpose -This document is designed to show the most common `compose.yaml` setup that requires minimal, if any, modifications. +This document is designed to show the most common `docker-compose.yaml` setup that requires minimal, if any, modifications. ### Migrating from v2 to v3/NextGen @@ -42,9 +42,11 @@ If you have chosen to decode VDLM Data and have a RTL-SDR device dedicated to it Otherwise, remove the `dumpvdl2` section -### compose.yaml +### docker-compose.yaml ```yaml +version: "3.8" + volumes: acars_data: