1.0.6
Pre-release
Pre-release
Environment Variable Simplification
- Simplified URL configuration - URLs are now automatically constructed from host and port variables
- Removed duplicate database variables - Eliminated redundant
DB_NAME,DB_USER,DB_PASSWORDin favor ofPOSTGRES_*variables - Separated host and port configuration - Users can now independently configure
BACKEND_HOST,BACKEND_PORT,FRONTEND_HOST,FRONTEND_PORT - Automatic URL construction -
MEDIQUX_API_URLandFRONTEND_URLare now built dynamically in docker-compose.yml - Reduced configuration errors - Single source of truth for ports and hosts prevents URL/port mismatch issues
🔧 Technical Changes
- Renamed
DB_PORTtoPOSTGRES_PORTfor consistency - Updated docker-compose.yml to use environment variable substitution for URL construction
- Enhanced .env.example with clearer comments about automatic URL construction
What's Changed
- Env fixes by @DMJoh in #21
- Develop by @DMJoh in #22
- chore: correct dev compose values by @DMJoh in #23
- Develop by @DMJoh in #24
Full Changelog: 1.0.5...1.0.6