mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
bara bra grejjor
This commit is contained in:
parent
2aa7b29b23
commit
8ea02ee188
5 changed files with 20 additions and 5 deletions
12
docker-compose.dev.yaml
Normal file
12
docker-compose.dev.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
trackncore:
|
||||
build: .
|
||||
container_name: trackncore
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- data:/app/data
|
||||
|
||||
volumes:
|
||||
data:
|
Loading…
Add table
Add a link
Reference in a new issue