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

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