How is the PostgreSQL connection URL formed, when the host is some other computer than the localhost?
I have allowed PostgreSQL to accept requests from outside.
DATABASE_URL=postgres://{user}:{password}@{hostname}:{port}/{database-name}