v1.4.6
mercurjs/mercurv1.4.6Dec 16, 2025by tomaszdworniczak
AI Summary
An infrastructure release improving development and production setup through Docker support and database security enhancements.
Key Highlights
- Added Docker configuration for the backend service
- Enabled SSL connections for PostgreSQL database
- Improved seeding process
- Updated environment configuration examples
New Features
- Docker support for backend
- SSL connection for PostgreSQL
Full Release Notes
## [1.4.6] - 2025-12-16 ### Release 1.4.6 #### Infrastructure - **Docker support and improved seeding** Added Docker configuration for the backend service and improved the seeding process. - **SSL connection for PostgreSQL database** Fixed database connection to enable SSL for PostgreSQL, ensuring secure connections in production environments. - **Simplified Dockerfile CMD** Refactored the CMD instruction in the backend Dockerfile for cleaner execution. - **Environment example updates** Updated `.env.example` with correct configuration values.