mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-16 02:50:12 +02:00
bef462cdcf
E2E harness recreates the full dashboard backend when a run ends so local map layers are not left in lean MESH_ONLY mode. Participant compose no longer forces MESH_ONLY=true — set it in .env only for lean DM-only nodes. Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
773 B
YAML
22 lines
773 B
YAML
# Fleet participant — Infonet swarm + DM relay. OSINT fetchers stay on unless
|
|
# MESH_ONLY=true in .env (lean mode for DM-only E2E / low-memory nodes).
|
|
services:
|
|
backend:
|
|
environment:
|
|
MESH_ONLY: "${MESH_ONLY:-false}"
|
|
SHADOWBROKER_MESH_NODE_RUNTIME: "true"
|
|
MESH_ARTI_ENABLED: "true"
|
|
MESH_INFONET_FLEET_JOIN: "true"
|
|
MESH_WORMHOLE_TRUST_FILE_READY: "true"
|
|
PRIVACY_CORE_ALLOWED_SHA256: "5dd4b65a317277917842b12d7b430d49913789982ba906bd9a0ea6006d40e28a"
|
|
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"
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: "1"
|
|
memory: 2G
|