mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2026-04-28 07:47:36 +02:00
16 lines
242 B
YAML
16 lines
242 B
YAML
services:
|
|
ncore-stats:
|
|
build: .
|
|
container_name: ncore-stats
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- data:/app/data
|
|
environment:
|
|
- NICK=${NICK}
|
|
- PASS=${PASS}
|
|
|
|
volumes:
|
|
data:
|