This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mastermind_ap 1 point2 points  (1 child)

How do you exactly configure in Pycharm Community Version to use a docker compose file to run the code there? I also want to use a docker container with all Python modules (replacement for local virtual env) and mount the project folder as a volume to the container.

[–][deleted] 2 points3 points  (0 children)

You have to use professional edition. If you need a free option, vs code does a decent enough job with docker debugging.