This commit is contained in:
2026-03-22 22:31:29 +01:00
parent 97d4a990a8
commit 6f87742882
16 changed files with 371 additions and 107 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
ncore-stats:
build: .
container_name: ncore-stats
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- data:/app/data
environment:
- NICK=${NICK}
- PASS=${PASS}
volumes:
data: