docker again

This commit is contained in:
salvacybersec
2025-11-11 07:31:43 +03:00
parent 8ddd6a983f
commit 9062a8d7e0
8 changed files with 441 additions and 2 deletions

63
.dockerignore Normal file
View File

@@ -0,0 +1,63 @@
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
frontend/dist/
frontend/build/
backend/dist/
# Environment files
.env
.env.local
.env.*.local
# Git
.git/
.gitignore
.gitattributes
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Database files (will be created in container)
backend/database/*.db
backend/database/*.db-journal
# Test files
tests/
*.test.js
*.spec.js
coverage/
# Documentation
*.md
docs/
# Deployment scripts
deploy.sh
systemd/
nginx/
# Docker files (don't copy into itself)
Dockerfile
.dockerignore
docker-compose.yml
# Backups
backups/