feat: add docker-compose for deployment

This commit is contained in:
2025-07-04 10:50:05 +02:00
parent a86e92d52e
commit 8dc9dfd100
35 changed files with 1106 additions and 130 deletions

29
.dockerignore Normal file
View File

@@ -0,0 +1,29 @@
# Git
.git
.gitignore
# node_modules
node_modules
# Next.js build output
.next
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln