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
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 this