Docker Compose : connecting python container with postgresql container
I'm trying to connect my python container which is a web scrape and then upload the data to the postgresql container (database). This is the error I get from the python container. Everything else runs good except this. I use…