Move SLM control center groundwork onto dev

This commit is contained in:
serversdwn
2026-01-12 18:07:26 +00:00
parent 893cb96e8d
commit 8a5fadb5df
22 changed files with 3960 additions and 29 deletions

View File

@@ -47,13 +47,13 @@ services:
# --- SLMM (Sound Level Meter Manager) ---
slmm:
build:
context: ../../slmm
context: ../slmm
dockerfile: Dockerfile
container_name: slmm
ports:
- "8100:8100"
volumes:
- ../../slmm/data:/app/data
- ../slmm/data:/app/data
environment:
- PYTHONUNBUFFERED=1
- PORT=8100