-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
24 lines (22 loc) · 1.02 KB
/
docker-compose.yml
File metadata and controls
24 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
services:
hypermind:
image: ghcr.io/lklynet/hypermind:latest
container_name: hypermind
network_mode: host
restart: unless-stopped
environment:
- PORT=3000
# --- Add-ons ---
# - ENABLE_CHAT=false # Enable decentralized chat
# - ENABLE_MAP=false # Enable peer map visualization
# - ENABLE_THEMES=true # Enable theme switcher button
# --- Refinements ---
# - MAX_PEERS=50000 # Max peers to track in memory
# - MAX_CONNECTIONS=15 # Max active P2P connections
# - HEARTBEAT_INTERVAL=30000 # Heartbeat frequency (ms)
# - CONNECTION_ROTATION_INTERVAL=300000 # Connection rotation frequency (ms)
# - PEER_TIMEOUT=45000 # Time before peer is considered offline (ms)
# - MAX_MESSAGE_SIZE=2048 # Max message size (bytes)
# - MAX_RELAY_HOPS=5 # Max message relay hops
# - CHAT_RATE_LIMIT=5000 # Chat rate limit window (ms)
# - VISUAL_LIMIT=500 # Max particles on dashboard