Postgres relation not found

Hello, I deployed a dockerized nodejs app with postgresql and added postgres database during flyctl launch. When using my app it is not able to locate the relation in my database.
I manually added the database relation using ```
flyctl postgres connect -a

and added the relation in the psql command line.

Could it be a config issue in my docker-compose.yaml?

Any ideas? Thank you!

What specific error are you getting? Fly doesn’t use docker-compose, so issue isn’t there. Does your node Dockerfile also include Postgres?

From How To to Questions / Help

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.