25 lines
491 B
Plaintext
25 lines
491 B
Plaintext
# FR24 ingest compose environment
|
|
TZ=UTC
|
|
APP_ENV=dev
|
|
|
|
POSTGRES_DB=fr24
|
|
POSTGRES_USER=fr24
|
|
POSTGRES_PASSWORD=change-me
|
|
POSTGRES_PUBLISHED_PORT=5432
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
|
|
API_PUBLISHED_PORT=8080
|
|
MONITORING_PUBLISHED_PORT=9090
|
|
|
|
# Capture / preprocess
|
|
CAPTURE_SOURCE=rtl-sdr
|
|
RTLSDR_DEVICE_INDEX=0
|
|
RTLSDR_SAMPLE_RATE=2000000
|
|
RTLSDR_CENTER_FREQUENCY=1090000000
|
|
RTLSDR_GAIN=auto
|
|
RAW_RETENTION_DAYS=3
|
|
PARTITION_RETENTION_DAYS=3
|
|
OVERLAP_MINUTES=10
|
|
MONITORING_INTERVAL_SECONDS=30
|