🚀 Enhanced Docker Deployment & New Trip Management
This release introduces Trip Management - the ability to organize and analyze your redemptions by travel trips, plus critical Docker deployment fixes.
✨ New Features
- 🧳 Trip Management: Create trips and organize redemptions by travel experience
- 📊 Trip Analytics: Dedicated analytics and insights per trip
- 🖼️ Trip Images: Upload and display images for each trip
- 📈 Enhanced Dashboard: Visual trip reports and summary statistics
🔧 Docker Deployment Fixes
- Fixed: Backend connection issues in Docker environments
- Fixed: Environment variable configuration for database connectivity
- Improved: Simplified docker-compose.yml configuration
- Enhanced: Automatic API URL detection for remote access
📦 Quick Start
# Create .env file
echo "DB_PASSWORD=your-secure-password" > .env
# Download and start
curl -o docker-compose.yml https://raw.githubusercontent.com/stephtanner1/Cost%20Per%20Point/main/docker-compose.yml
docker-compose up -d
🎯 Key Improvements
- Streamlined Docker Compose configuration
- Better remote server support
- Enhanced frontend API URL auto-detection
- Improved database migration handling
- More robust error handling and logging
Full Changelog: https://github.com/stephtanner1/Cost%20Per%20Point/compare/v0.2.1...v0.3.0
🤖 Generated with Claude Code