feat: implement template storage and download functionality with Docker support

This commit is contained in:
2026-01-09 08:07:18 +01:00
parent 661f57cace
commit 97a12a3bcd
9 changed files with 106 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ services:
volumes:
- ./data:/app/data
- ./uploads:/app/public/uploads
- ./templates:/app/templates
- ./backups:/app/backups
environment:
- NODE_ENV=production