Closed I-am-PUID-0 closed 2 months ago
I think you might have to pass
-U ${postgres_user}
to thepg_isready
command (will need to also add thepostgres_user
to thecheck_postgresql_started
param to be passed down)Based on this: peter-evans/docker-compose-healthcheck#16
Thanks! I will test the suggested changes.
Resolved w/ Version [5.1.7]
I think you might have to pass
-U ${postgres_user}
to thepg_isready
command (will need to also add thepostgres_user
to thecheck_postgresql_started
param to be passed down)https://github.com/I-am-PUID-0/DMB/blob/7154d239b10791068784fb144490960441a83501/utils/postgres.py#L90
Based on this: https://github.com/peter-evans/docker-compose-healthcheck/issues/16