I usually use the name of my docker-compose service inside my django application to connect to the database (postgres) but when I use the reverse proxy on the Django service it says it can't translate 'postgres' to a hostname :
could not translate host name "postgres" to address: Name or service not known
Usually docker-compose is able to do it.
Do you have any idea why it doesn't work when using the reverse-proxy and how I could fix it ?