mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-15 10:37:53 +02:00
f1cd9eb4b9
MLS export/reset and accept use live HTTP so uvicorn privacy-core state stays consistent; relay persistence and sender_seal fixes enable invite-accept-shared decrypt across onion peers. Adds participant/e2e compose overlays and harness recovery with optional Tor-only replicate mode. Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
839 B
YAML
20 lines
839 B
YAML
# Lean local backend for live DM E2E — Infonet swarm + wormhole without OSINT fetchers.
|
|
# Pair with docker-compose.override.yml (local build + fleet secrets).
|
|
services:
|
|
backend:
|
|
environment:
|
|
MESH_ONLY: "true"
|
|
# DM E2E uses direct onion relay_push_peer_urls — skip fleet hashchain sync
|
|
# (hundreds of dead manifest peers wedge /api/wormhole/status during Tor warmup).
|
|
SHADOWBROKER_MESH_NODE_RUNTIME: "false"
|
|
MESH_ARTI_ENABLED: "true"
|
|
MESH_INFONET_FLEET_JOIN: "false"
|
|
MESH_INFONET_FLEET_JOIN_DISABLED: "true"
|
|
PRIVACY_CORE_DEV_OVERRIDE: "true"
|
|
MESH_RELAY_PUSH_TIMEOUT_S: "300"
|
|
MESH_RELAY_MAX_FAILURES: "12"
|
|
MESH_DM_PENDING_PER_SENDER_LIMIT: "8"
|
|
MESH_DM_PERSIST_SPOOL: "true"
|
|
WORMHOLE_STARTUP_DEADLINE_S: "90"
|
|
MESH_WORMHOLE_TRUST_FILE_READY: "true"
|