auto-sync: 2026-04-19 15:30:01

This commit is contained in:
Stream
2026-04-19 15:30:01 +03:00
parent 206612b75d
commit 63a95b6539
4 changed files with 359 additions and 109 deletions

View File

@@ -18,6 +18,7 @@ x-common-env: &common-env
RTLSDR_SAMPLE_RATE: ${RTLSDR_SAMPLE_RATE:-2000000}
RTLSDR_CENTER_FREQUENCY: ${RTLSDR_CENTER_FREQUENCY:-1090000000}
RTLSDR_GAIN: ${RTLSDR_GAIN:-auto}
RTLSDR_BIAS_T: ${RTLSDR_BIAS_T:-0}
services:
postgres:
@@ -52,6 +53,7 @@ services:
environment:
<<: *common-env
SERVICE_ROLE: capture
privileged: true
devices:
- "/dev/bus/usb:/dev/bus/usb"
volumes: