mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2026-04-27 23:37:36 +02:00
real
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user