first commit

This commit is contained in:
2025-11-11 10:36:31 +01:00
commit 80eb037b56
25 changed files with 4509 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
stack-stats:
build: .
ports:
- "8080:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
# Optional auth:
# - BASIC_AUTH_USER=me
# - BASIC_AUTH_PASS=secret
# Optional memory behavior:
# - MEM_SUBTRACT_CACHE=true
restart: unless-stopped