Initial Commit

This commit is contained in:
2026-04-04 23:22:30 -04:00
commit 246f7357a9
61 changed files with 4792 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
typstdrive:
build: .
ports:
- "3000:3000"
volumes:
- ./data:/app/data
restart: unless-stopped