can't use postgres container from another python3 container with psycopg2 – Debian
I am trying to make a multi-container docker app using docker-compose. Here's what I am trying to accomplish: I have a python3 app, that takes a list of list of numbers as input from API call(fastAPI with gunicorn server) and…