first commit

This commit is contained in:
janderluh
2026-06-08 16:50:39 +02:00
commit b8f1c1c760
19 changed files with 571 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
app:
build: .
ports:
- "8080:8080"
environment:
- SPRING_PROFILES_ACTIVE=local
restart: unless-stopped