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