ncore-stats/docker-compose.yaml
2024-12-31 02:19:29 +01:00

14 lines
278 B
YAML

services:
ncore-stats:
image: ghcr.io/skidoodle/ncore-stats:main
container_name: ncore-stats
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- data:/app/data
environment:
- NICK=${NICK}
- PASSWORD=${PASS}
volumes:
data: