normogen/backend/src
goose cd5c1709c6 Fix Docker networking and add graceful MongoDB error handling
- Fix DNS resolution: Removed invalid dns_search configuration
- Add graceful MongoDB connection error handling
- Set restart policy to 'unless-stopped' for both services
- Add development helper scripts (start-dev.sh, stop-dev.sh)
- Update Docker Compose configurations for development
- Restore main.rs from git history
- Backend now logs MongoDB errors without crashing

All containers now start successfully with proper DNS resolution
on the dedicated normogen-network.
2026-02-23 07:58:57 -03:00
..
auth feat(backend): Complete Phase 2.5 - Access Control Implementation 2026-02-18 10:05:34 -03:00
config Phase 2.3: JWT Authentication implementation 2026-02-14 20:03:11 -03:00
db Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00
handlers feat(backend): Complete Phase 2.5 - Access Control Implementation 2026-02-18 10:05:34 -03:00
middleware feat(backend): Complete Phase 2.5 - Access Control Implementation 2026-02-18 10:05:34 -03:00
models fix: Implement std::fmt::Display for Permission to resolve compilation errors 2026-02-20 09:44:48 -03:00
main.rs Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00
main.rs.restore Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00