Оптимизация для Ubuntu+Traefik

This commit is contained in:
DeepAgent
2025-10-25 08:47:39 +00:00
parent d688d93bc0
commit 9f77a9c773
14 changed files with 707 additions and 1 deletions

45
.dockerignore Normal file
View File

@@ -0,0 +1,45 @@
# Dependencies
node_modules
nextjs_space/node_modules
npm-debug.log
yarn-error.log
# Next.js
nextjs_space/.next
.next
# Testing
coverage
.nyc_output
# Misc
.DS_Store
*.pem
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Git
.git
.gitignore
README.md
# Docker
Dockerfile
docker-compose.yml
.dockerignore