bara bra grejjor

This commit is contained in:
skidoodle 2024-10-10 17:07:08 +02:00
parent 2aa7b29b23
commit 8ea02ee188
Signed by: albert
GPG key ID: A06E3070D7D55BF2
5 changed files with 20 additions and 5 deletions

12
docker-compose.dev.yaml Normal file
View file

@ -0,0 +1,12 @@
services:
trackncore:
build: .
container_name: trackncore
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- data:/app/data
volumes:
data: