- Create startup.sh with proper step-by-step setup and clear logging
- Explicit sites migration before configure_site command
- Better error handling with set -e
- Clean command structure in docker-compose
- This should resolve the 'relation django_site does not exist' error
The startup script runs migrations in correct order and provides clear feedback.