Adiciona configuração inicial da stack Docker para projetos Laravel, incluindo Dockerfile, docker-compose, scripts de gerenciamento e configuração do Nginx.

This commit is contained in:
juancjc
2026-05-11 12:44:24 -05:00
commit 87261e0b07
14 changed files with 1091 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Sistema
.DS_Store
Thumbs.db
# Logs
*.log
# Segredos locais
.env
.env.local
# Pastas geradas no host
projects/
nginx-dynamic/
composer-cache/
npm-cache/