Commit Graph

8 Commits

Author SHA1 Message Date
Aya
12c4ca8334 edits for trenders attachments & claims 2026-05-19 11:41:44 +03:00
Aya
7732a40726 upload file 2026-05-07 16:51:45 +03:00
Aya
e01e351713 updates 2026-05-07 15:21:10 +03:00
Talal Sharabi
93f6e23861 fix(deploy): restore backend host binding for proxy connectivity
Keep Postgres restricted to localhost, but re-expose backend on host port 5001 so the external reverse proxy can reach API routes reliably.

Made-with: Cursor
2026-04-13 12:54:35 +04:00
Talal Sharabi
7270c4961f fix(deploy): restrict backend and postgres ports to localhost
Limit direct network exposure on staging by binding backend and Postgres to 127.0.0.1 while keeping frontend public via the reverse proxy.

Made-with: Cursor
2026-04-13 12:34:34 +04:00
Talal Sharabi
45c43ab526 fix(docker): default DATABASE_URL when unset so Compose works without .env
Made-with: Cursor
2026-03-30 11:45:44 +04:00
yotakii
5f7e9e517f solve prisma connection 2026-03-26 15:07:06 +03:00
Talal Sharabi
f31d71ff5a Production deployment with Docker and full system fixes
- Added Docker support (Dockerfiles, docker-compose.yml)
- Fixed authentication and authorization (token storage, CORS, permissions)
- Fixed API response transformations for all modules
- Added production deployment scripts and guides
- Fixed frontend permission checks and module access
- Added database seeding script for production
- Complete documentation for deployment and configuration

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 11:25:20 +04:00