Hacker News new | ask | show | jobs
by more-coffee 2523 days ago
> Admittedly, debugging is not perfect (at least not with my Docker Compose setup in PyCharm) A bit off-topic, but how so? It works fine for me using the setup described here https://www.jetbrains.com/help/pycharm/using-docker-compose-...
1 comments

Some of these may be outdated now.

We had an issue with anchors in the YAML, but that seems to have been resolved.

The remote interpreter only started the one service. In the case of the example you linked, the db container is not run.

The other issue I recall was due to PyCharm needing to install its own debug tools. These were not available to be installed at image build time.

Again, it’s been a while since I’ve used PyCharm and Docker together, so these may all be resolved.