Merge branch 'dev' of ssh://10.0.0.2:2222/serversdown/terra-view into dev

This commit is contained in:
serversdwn
2026-03-12 20:25:02 +00:00
61 changed files with 5836 additions and 635 deletions

View File

@@ -22,6 +22,10 @@ services:
retries: 3
start_period: 40s
<<<<<<< HEAD
=======
# --- SLMM (Sound Level Meter Manager) ---
>>>>>>> 0c2186f5d89d948b0357d674c0773a67a67d8027
slmm:
build:
context: ../slmm
@@ -33,6 +37,8 @@ services:
- PYTHONUNBUFFERED=1
- PORT=8100
- CORS_ORIGINS=*
- TCP_IDLE_TTL=-1
- TCP_MAX_AGE=-1
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8100/health"]