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.

1
2 comments

Jesse,

Now you cannot achieve it. Please feel free to file an issue about it to PyCharm issue tracker.

Thank you

0

Please sign in to leave a comment.