I have an API built with Python. I use docker-compose for development including the database service for the API. VS Code has a nice debugging functionality where I can set breakpoints in my code and inspect variables. How can I debug this API dependent on docker services through VS Code?