I've created a new recipe for a standalone pgsql database so I've included the compose.pgsql.yml file to allow for port 5432 to open on Traefik. Can someone review my PR and let me know if I'm missing anything crucial?
I've created a new recipe for a standalone pgsql database so I've included the compose.pgsql.yml file to allow for port 5432 to open on Traefik. Can someone review my PR and let me know if I'm missing anything crucial?
* [X] I have deployed and tested my changes
* [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash)
* [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes)
* [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes)
Patch looks OK to me, however, what's the rationale for using traefik instead of exposing that port directly in the postgres recipe?
Thank you, I've followed the same approach we use for postfix, thinking that I might want to use this recipe to communicate with other apps in the future so I've left it as the same approach.
> Patch looks OK to me, however, what's the rationale for using traefik instead of exposing that port directly in the postgres recipe?
Thank you, I've followed the same approach we use for postfix, thinking that I might want to use this recipe to communicate with other apps in the future so I've left it as the same approach.
p4u1
approved these changes 2026-08-12 20:23:26 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I've created a new recipe for a standalone pgsql database so I've included the compose.pgsql.yml file to allow for port 5432 to open on Traefik. Can someone review my PR and let me know if I'm missing anything crucial?
abra.shPatch looks OK to me, however, what's the rationale for using traefik instead of exposing that port directly in the postgres recipe?
Thank you, I've followed the same approach we use for postfix, thinking that I might want to use this recipe to communicate with other apps in the future so I've left it as the same approach.
Thank you @p4u1, am I ok to remove WIP and merge?