mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2026-04-28 15:57:37 +02:00
yay
This commit is contained in:
+11
-4
@@ -1,15 +1,22 @@
|
||||
services:
|
||||
ncore-stats:
|
||||
build: .
|
||||
container_name: ncore-stats
|
||||
container_name: ncore-stats-dev
|
||||
restart: unless-stopped
|
||||
user: "1000:1000"
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- data:/app/data
|
||||
- ./data:/app/data
|
||||
configs:
|
||||
- source: users_config
|
||||
target: /app/users.txt
|
||||
environment:
|
||||
- NICK=${NICK}
|
||||
- PASS=${PASS}
|
||||
|
||||
volumes:
|
||||
data:
|
||||
configs:
|
||||
users_config:
|
||||
content: |
|
||||
alice:123
|
||||
bob:456
|
||||
|
||||
Reference in New Issue
Block a user