From 67dfcf3db996e354e80e10d03bd6f4acf316f110 Mon Sep 17 00:00:00 2001 From: Evan H // KC2IHX Date: Sat, 29 Nov 2025 18:00:19 -0800 Subject: [PATCH] added more stuff --- README.md | 6 +++--- compose.yaml | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5110ca3..be7ac86 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FARPNaaS -a draft repo for making a containerized farpn node - +a draft repo for making a containerized farpn node + don't take this too seriously, this is just me messing around TODOs: @@ -24,4 +24,4 @@ Assumptions: Purpose: - Learn something about these new fangled containers - implement a method to get a FARPN node easily stood up, but not necessarily targeted at new users. -- +- have a easy to spin up FARPN stack to run tests and configurations with diff --git a/compose.yaml b/compose.yaml index e78abde..78a6998 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,14 +7,19 @@ services: FROM debian RUN ... container_name: rigctld + group_add: dialout devices: - - "/dev/snd:/dev/snd" - "/dev/ttyUSB:/dev/ttyUSB0" ports: 4534:4534 direwolf: container_name: direwolf depends_on: - rigctld + devices: + - "/dev/snd:/dev/snd" + group-add: + - dialout + - audio ports: 8000:8000 linbpq: