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 # 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 don't take this too seriously, this is just me messing around
TODOs: TODOs:
@@ -24,4 +24,4 @@ Assumptions:
Purpose: Purpose:
- Learn something about these new fangled containers - 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. - 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 FROM debian
RUN ... RUN ...
container_name: rigctld container_name: rigctld
group_add: dialout
devices: devices:
- "/dev/snd:/dev/snd"
- "/dev/ttyUSB:/dev/ttyUSB0" - "/dev/ttyUSB:/dev/ttyUSB0"
ports: 4534:4534 ports: 4534:4534
direwolf: direwolf:
container_name: direwolf container_name: direwolf
depends_on: depends_on:
- rigctld - rigctld
devices:
- "/dev/snd:/dev/snd"
group-add:
- dialout
- audio
ports: ports:
8000:8000 8000:8000
linbpq: linbpq: