mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-29 13:10:34 +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
15 lines
133 B
Plaintext
15 lines
133 B
Plaintext
# Docker
|
|
.git
|
|
node_modules
|
|
data
|
|
config.json
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.bak
|
|
benchmark*.sh
|
|
benchmark*.js
|
|
PERFORMANCE.md
|
|
docs/
|
|
.gitignore
|