Visual Studio Code – debug with VScode a fastAPI project built with docker-compose with a postgresql database
I would like to be able to make my code stop on breakpoints with VScode. My project is built with docker-compose and works without debugging on port 8000. Here are my configurations files: docker-compose: version: '3.4' services: murmurside: image: murmurside…