Debug Multiple Docker Compose Containers in PyCharm

已回答

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

Jesse,

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

Thank you

0

请先登录再写评论。