mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
15 lines
246 B
YAML
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:
|