Debug Multiple Docker Compose Containers in PyCharm
Answered
In one Docker Compose setup, I have two services: one for admin use and one for public use. When I launch one of the services through PyCharm, everything (including debugging) works great. However, when I go to launch the other service while the first is running, the first run instance is killed and the second one is brought up. Is there any way to have them both running at the same time?
Thanks.
Please sign in to leave a comment.
Jesse,
Now you cannot achieve it. Please feel free to file an issue about it to PyCharm issue tracker.
Thank you
https://youtrack.jetbrains.com/issue/PY-22815
Thanks!