mirror of
https://github.com/smittix/intercept.git
synced 2026-05-30 04:39:26 -07:00
Fix review issues: profiles, imports, clear reset, frequencies, VDL2 enrichment
- Remove profiles: [basic] from intercept service so docker compose up -d works without --profile flag (fixes breaking change for existing deployments) - Add missing Any import to routes/acars.py and routes/vdl2.py - Reset last_message_time to None in ACARS and VDL2 clear endpoints - Restore 131.725 and 131.825 to default ACARS frequencies (major US carriers) - Copy VDL2 ACARS enrichment fields to top-level data dict instead of mutating nested acars_payload (consistent with ACARS route pattern) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,8 +16,6 @@ services:
|
||||
image: ${INTERCEPT_IMAGE:-intercept:latest}
|
||||
build: .
|
||||
container_name: intercept
|
||||
profiles:
|
||||
- basic
|
||||
ports:
|
||||
- "5050:5050"
|
||||
# Uncomment for HTTPS support (set INTERCEPT_HTTPS=true below)
|
||||
|
||||
Reference in New Issue
Block a user