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

@@ -12,6 +12,8 @@ services:
- /app/node_modules
- ./data:/app/data
- ./backups:/app/backups
- ./uploads:/app/public/uploads
- ./templates:/app/templates
environment:
- NODE_ENV=development
- TZ=Europe/Warsaw