Rollback to stable frontend services commit
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m40s

This commit is contained in:
Cauê Faleiros
2026-06-09 16:00:48 -03:00
parent ed969b8c2c
commit fd0a076bc3
30 changed files with 1912 additions and 1957 deletions

View File

@@ -20,6 +20,10 @@ services:
- SMTP_PASS=${SMTP_PASS}
- MAIL_FROM=${MAIL_FROM}
- SMTP_DEBUG=${SMTP_DEBUG:-false}
volumes:
- ./dist:/app/dist # Map local build to container
- ./backend/index.js:/app/index.js
- ./backend/db.js:/app/db.js
command: ["node", "index.js"]
depends_on:
- db