Talking to a PostgreSQL service container from inside a Docker container
I have a Django application which uses PostgreSQL. I build the Django application into its own Docker container, push that built container to the GitHub package registery and then deploy that…