normogen/backend
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
..
config Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
docker fix: Remove Cargo.lock from COPY in Dockerfile (it is gitignored) 2026-02-22 00:13:04 -03:00
scripts chore: Clean up temporary docs and start Phase 2.4 2026-02-15 16:33:36 -03:00
src Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00
tests Phase 2.3: JWT Authentication implementation 2026-02-14 20:03:11 -03:00
.dockerignore Config: Change server port to 6800 and remove Cargo.lock dependency 2026-02-15 09:48:11 -03:00
.env.example Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
API-TEST-GUIDE.md feat(api): Add API testing script and quick test guide 2026-02-15 15:28:04 -03:00
API-TEST-RESULTS.md docs(phase-2.5): Complete access control implementation 2026-02-15 21:15:17 -03:00
BUILD-STATUS.md feat(backend): Complete Phase 2.5 - Access Control Implementation 2026-02-18 10:05:34 -03:00
Cargo.lock fix: Remove Cargo.lock from Dockerfile copy to avoid missing file error 2026-02-22 00:11:43 -03:00
Cargo.toml fix: Add strum_macros dependency to resolve build errors 2026-02-19 10:18:54 -03:00
clippy.toml feat(ci): Add Forgejo CI/CD pipeline for linting and building 2026-02-15 19:57:03 -03:00
COMPILATION-FIXES.md docs: Add compilation fixes documentation 2026-02-15 19:02:44 -03:00
defaults.env Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
docker-compose.dev.yml Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00
docker-compose.yml Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00
ERROR-ANALYSIS.md docs(phase-2.5): Complete access control implementation 2026-02-15 21:15:17 -03:00
PASSWORD-RECOVERY-COMPLETE.md docs: Add password recovery completion summary 2026-02-15 18:12:31 -03:00
PASSWORD-RECOVERY-IMPLEMENTED.md feat(backend): Implement password recovery with zero-knowledge phrases 2026-02-15 18:12:10 -03:00
PASSWORD-RECOVERY-TEST-RESULTS.md docs(phase-2.5): Complete access control implementation 2026-02-15 21:15:17 -03:00
PHASE-2-4-COMPLETE.md feat(backend): Complete Phase 2.4 - User Management Enhancement 2026-02-15 20:48:39 -03:00
PHASE-2-5-CREATED.txt docs(phase-2.5): Complete access control implementation 2026-02-15 21:15:17 -03:00
PHASE-2.4-SPEC.md docs(phase-2.5): Complete access control implementation 2026-02-15 21:15:17 -03:00
PHASE-2.4-TODO.md docs: Add Phase 2.4 TODO list with implementation plan 2026-02-15 16:33:36 -03:00
PHASE-2.5-SUMMARY.md feat(backend): Complete Phase 2.5 - Access Control Implementation 2026-02-18 10:05:34 -03:00
PROFILE-MANAGEMENT-IMPLEMENTED.md feat(backend): Implement enhanced profile management 2026-02-15 19:33:43 -03:00
quick-test.sh docs(phase-2.5): Complete access control implementation 2026-02-15 21:15:17 -03:00
rustfmt.toml feat(ci): Add Forgejo CI/CD pipeline for linting and building 2026-02-15 19:57:03 -03:00
start-dev.sh Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00
stop-dev.sh Fix Docker networking and add graceful MongoDB error handling 2026-02-23 07:58:57 -03:00
test-password-recovery.sh docs(phase-2.5): Complete access control implementation 2026-02-15 21:15:17 -03:00
test-phase-2-4-complete.sh feat(backend): Complete Phase 2.4 - User Management Enhancement 2026-02-15 20:48:39 -03:00
test-profile-management.sh feat(backend): Implement enhanced profile management 2026-02-15 19:33:43 -03:00