Add Docker setup with multi-stage build and Compose deploy config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-03 18:29:58 +02:00
parent c65c9f1751
commit 34cfcecc1e
3 changed files with 68 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
.git
.gitignore
.github
.env
.env.*
!.env.example
*.pem
*.key
README.md
LICENSE
docs
.idea
.vscode
*.swp
.DS_Store
node_modules
data
Dockerfile
.dockerignore
docker-compose*.yml