added more stuff

This commit is contained in:
Evan H // KC2IHX
2025-11-29 18:00:19 -08:00
parent 1eb84a1989
commit 67dfcf3db9
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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: