Debugging in docker-compose
It is often necessary to use the debugging tools inside the container, but for this you need to get a full-fledged tty with to interact with the debugger interface via stdin/stdout.
In the note below I will show you how to do this, using this method I run pudb , pdb, ipdb, etc.
Read the article →