mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-30 18:15:47 +00:00
- Dockerfile: Alpine + Node 22 + Mosquitto + supervisord - Auto-copies config.example.json if no config.json mounted - Named volume for data persistence (SQLite + Mosquitto) - Ports: 3000 (web), 1883 (MQTT) - .dockerignore excludes data, config, git, benchmarks - README updated with Docker quickstart
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
# Mosquitto config for MeshCore Analyzer
|
|
listener 1883 0.0.0.0
|
|
allow_anonymous true
|
|
persistence true
|
|
persistence_location /var/lib/mosquitto/
|
|
|
|
# Logging
|
|
log_dest stdout
|
|
log_type warning
|
|
log_type error
|