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!