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

15 lines
246 B
YAML

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