Migration Part2, now unified.

This commit is contained in:
serversdwn
2026-01-09 07:56:12 +00:00
parent 16eb9eb1fe
commit ff438c1197
15 changed files with 2392 additions and 785 deletions

View File

@@ -84,12 +84,12 @@ services:
# --- SLMM (Sound Level Meter Manager) ---
slmm:
build:
context: ../../slmm
dockerfile: Dockerfile
context: .
dockerfile: Dockerfile.slm
container_name: slmm
network_mode: host
volumes:
- ../../slmm/data:/app/data
- ./data-slm:/app/data
environment:
- PYTHONUNBUFFERED=1
- PORT=8100
@@ -105,3 +105,4 @@ services:
volumes:
data:
data-dev:
data-slm: