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
Right now for the docker-comopose.yml files, we just always use port 5432. Two problems:
Probably the value should come from the .env file
If the user already has a database running on their machine (which runs on 5432 by default), Paima will just silently connect to that instead of the docker database. Possibly we can check this in database:up
See pg_isready mentioned in the templates for maybe a path for this
The text was updated successfully, but these errors were encountered:
Right now for the
docker-comopose.yml
files, we just always use port 5432. Two problems:.env
filedatabase:up
See
pg_isready
mentioned in the templates for maybe a path for thisThe text was updated successfully, but these errors were encountered: