Atualiza scripts e configurações do projeto para melhorar o gerenciamento de projetos e a estrutura do repositório

This commit is contained in:
2026-04-18 14:45:51 -05:00
parent 9cc146348f
commit 163b89aca5
11 changed files with 304 additions and 93 deletions

View File

@@ -11,8 +11,8 @@ services:
- "3451:80"
volumes:
- /home/deploy/projects:/home/deploy/projects
- /home/deploy/nginx-dynamic:/etc/nginx/sites-dynamic # ← persiste configs nginx
- /home/deploy/pm2:/root/.pm2 # ← persiste estado do PM2
- /home/deploy/nginx-dynamic:/etc/nginx/sites-dynamic
- /home/deploy/pm2:/root/.pm2
environment:
- PROJECTS_DIR=/home/deploy/projects
- BASE_PORT=3000