The connection address to postgres uses an environment variable defined at runtime (HOST_DATABASE). It would be much better to change that to the environment variable (or alias) generated by Docker automatically. That way we don't have to specify that address at runtime.
The connection address to
postgres
uses an environment variable defined at runtime (HOST_DATABASE
). It would be much better to change that to the environment variable (or alias) generated by Docker automatically. That way we don't have to specify that address at runtime.