Files
NHL-Scoreboard/docker-compose.yml
josh f911d5d59d
All checks were successful
CI / Lint (push) Successful in 4s
CI / Test (push) Successful in 5s
CI / Build & Push (push) Successful in 14s
fix: pull image from Gitea registry instead of building locally
2026-03-29 09:34:00 -04:00

12 lines
263 B
YAML

services:
nhl-scoreboard:
image: gitea.thewrightserver.net/josh/nhlscoreboard:latest
ports:
- "2897:2897"
volumes:
- ./data:/app/app/data
environment:
- DATA_DIR=/app/app/data
- LOG_LEVEL=INFO
restart: unless-stopped