You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
psql (specifically /usr/bin/psql from a docker host) doesn't smoothly interact with a postgres container with the project database.
I'm creating this Issue to share a simple workaround: prependsetup_database.sh with a local override for psql that proxies to docker exec. When present, everything works as expected.
psql
(specifically/usr/bin/psql
from a docker host) doesn't smoothly interact with a postgres container with the project database.I'm creating this Issue to share a simple workaround: prepend
setup_database.sh
with a local override forpsql
that proxies todocker exec
. When present, everything works as expected.The above works with sidecar containers that are started in a similar fashion to those defined in this example
docker-compose.yml
The text was updated successfully, but these errors were encountered: