Hi all,
i'm trying to dockerize a django-react application with postgres db but its giving me the following error:
my docker-compose is :
And django db configuration is:
It looks like somehow django is not able to pick the postgres service.Or i am the one who is missing something?