[FEAT] Docker compose

This commit is contained in:
2026-01-21 13:37:34 +01:00
parent 08a0e7b35d
commit 862368f1df
3 changed files with 91 additions and 0 deletions

29
.dockerignore Normal file
View File

@@ -0,0 +1,29 @@
# Git
.git
.gitignore
# IDE
.idea
*.iml
# Build artifacts
dist/
*.exe
*.dll
*.so
*.dylib
# Environment
.env
# Uploads (will be mounted as volume)
uploads/
# Documentation
*.md
# Docker files (not needed in context)
docker-compose*.yml
# macOS
.DS_Store