added more stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user