* fix: update database initialization commands in docker-compose files to use consistent variable syntax
- Replaced `$${POSTGRES_USER}` and `$${POSTGRES_PASSWORD}` with `${POSTGRES_USER}` and `${POSTGRES_PASSWORD}` in docker-compose configurations for CLI, Coolify, and Portainer deployments.
- This change enhances clarity and consistency in the database readiness checks and initialization process across deployment configurations.
* fix: update PLANE_API_HOST environment variable in Coolify deployment configuration
- Changed the PLANE_API_HOST variable in coolify-compose.yml to directly reference SERVICE_URL_PLANE, enhancing clarity and consistency in the deployment setup.
* Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
* fix: update database initialization commands in Coolify and Portainer deployment configurations
- Changed double quotes to single quotes in the database existence check for consistency in coolify-compose.yml and portainer-compose.yml.
- This minor adjustment enhances clarity and maintains uniformity across deployment configurations.
---------
Co-authored-by: Manish Gupta <[email protected]>
Co-authored-by: Copilot <[email protected]>