github DMJoh/Mediqux 1.0.6

latest releases: 1.0.12, 1.0.11, pre-slim-migration...
pre-release10 months ago

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_PASSWORD in favor of POSTGRES_* variables
  • Separated host and port configuration - Users can now independently configure BACKEND_HOST, BACKEND_PORT, FRONTEND_HOST, FRONTEND_PORT
  • Automatic URL construction - MEDIQUX_API_URL and FRONTEND_URL are 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_PORT to POSTGRES_PORT for 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

Full Changelog: 1.0.5...1.0.6

Don't miss a new Mediqux release

NewReleases is sending notifications on new releases.