Aggiunto docker compose per websdr basato su openwebrx

This commit is contained in:
giuliof 2021-12-30 23:49:49 +01:00
parent 094cfeea41
commit 1135b58705
1 changed files with 15 additions and 0 deletions

15
websdr/docker-compose.yml Normal file
View File

@ -0,0 +1,15 @@
version: "3.3"
services:
websdr:
image: jketterl/openwebrx:stable
restart: unless-stopped
volumes:
- /srv/websdr/etc:/etc/openwebrx
- /srv/websdr/var:/var/lib/openwebrx
ports:
- "127.0.0.1:8074:8074"
- "8073:8073"
devices:
- "/dev/bus/usb:/dev/bus/usb"