Web app ready

This commit is contained in:
2026-06-06 17:08:04 +02:00
parent ff187a5bd4
commit 3e127afbae
39 changed files with 2622 additions and 123 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
app:
build: .
ports:
- "3000:3000"
volumes:
- app_data:/data
environment:
- DATA_DIR=/data
restart: unless-stopped
volumes:
app_data: