- nginx-proxy-manager network only needed in production
- Allows local docker compose up without external dependencies
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Uncomment build directive to build from local Dockerfile
- Comment out remote image reference
- Allows testing changes without pushing to registry
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Removed obsolete files after PostgreSQL migration:
Legacy Python Code:
- main.py (319 KB) - Replaced by app/main.py
- db_engine.py (68 KB) - Replaced by app/db_engine.py
- migrations.py - Old Peewee migrations, now using SQL migrations
Database Files:
- pd_master.db (74 MB) - Old SQLite database
- test-storage/pd_master.db (74 MB) - Duplicate test database
- test-storage/sba_is_fun.db (270 KB) - Old test database
Development Documentation:
- data_consistency_check.py
- DATA_CONSISTENCY_REPORT.md
- REFACTOR_DOCUMENTATION.md
Miscellaneous:
- Dockerfile.optimized - Alternative Dockerfile not in use
- =2.9.0 - Artifact file
- test-storage/ - Old test data
All files backed up to: /tmp/major-domo-database-legacy-backup/
Total: 10,444 lines deleted, ~179 MB freed
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>