deployment improved

This commit is contained in:
Christoph K.
2026-03-21 15:10:12 +01:00
parent dfd66e43c6
commit 150ebe7d1d
5 changed files with 123 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
krafttrainer:
build: .
ports:
- "8090:8090"
volumes:
- db-data:/data
restart: unless-stopped
volumes:
db-data: