Attach Pycharm's remote debugger to two containers simultaneously – Docker
I use Pycharm to develop a Django app which relies on Celery for background tasks. For debugging, I use PyCharm's remote interpreter. I configured a Run Configuration with a remote interpreter using docker-compose to start the django service. I can…