Unable to connect to Postgres database running in Docker container from Python app in another Docker container
I have a Postgres database running in a Docker container and a Python application running in another Docker container. When I try to connect to the Postgres database from the Python app using SQLAlchemy, I get the following error: sqlalchemy.exc.OperationalError:…