chore(deploy): Dockerfile + Dockge compose + deploy guide

This commit is contained in:
2026-05-21 09:51:52 +02:00
parent 34431331e9
commit 34b6c8d945
5 changed files with 186 additions and 0 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
.git
**/node_modules
**/dist
**/.vite
data
**/data/*.db
**/data/*.db-*
e2e
**/test-results
**/playwright-report
docs
*.log
.env
.env.local
**/*.backup-*