0.1.0 - First pass at the app

This commit is contained in:
2026-04-28 15:26:55 -06:00
parent 73aff92505
commit 7420e2b890
17 changed files with 254 additions and 25 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
app:
build: .
container_name: sprintpadawan
ports:
- "8080:8080"
volumes:
- ${ROOT_DIR:-./data}:/data
restart: unless-stopped