good luck
Some checks failed
CI / Lint (push) Successful in 58s
CI / Test (push) Successful in 8s
CI / Build & Push (push) Failing after 1m33s

This commit is contained in:
2026-03-29 09:20:21 -04:00
parent b10736d43c
commit 3994943757
23 changed files with 579 additions and 161 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
nhl-scoreboard:
build: .
ports:
- "2897:2897"
volumes:
- ./data:/app/app/data
environment:
- DATA_DIR=/app/app/data
- LOG_LEVEL=INFO
restart: unless-stopped