Trouble connecting django (container on ec2) to a postgresql database (container) running on a remote server – Ubuntu
So here is the setup: 1. I have a django container, postgresql container, and an nginx proxy running on an ec2 instance 2. I have another postgresql container running on locally on an ubuntu server 3. I am trying to…