Postgres port is now configurable from compose.override.yml
. If not specified, then it will revert to the default. Existing users should not need to make any changes if their stack works already.
Updated the client container to check that the database is ready before starting.
Big thanks to @VslVictor7 for these changes!
What's Changed
- Feat: new environment for POSTGRES_PORT, small healthcheck in DB by @VslVictor7 in #528
- exclude files to trigger build by @teelur in #529
- Add POSTGRES_PORT environment variable by @teelur in #530
New Contributors
- @VslVictor7 made their first contribution in #528
Full Changelog: v2.5.1...v2.5.2