Having troubles connecting with debugger to remote interpreter running with docker-compose
Answered
I was able to debug remotely, but then played a bit with networks configurations of the docker-compose. The project is running when i run it with docker-compose up, but failing to with debugger.

What could be wrong?
Thanks
Please sign in to leave a comment.
just to clarify the situation:
I have defined a docker-compose.yaml
Was able to run with docker-compose up and also connect with debugger using its remote interpreter.
Added named network for some experiment.
Removed that network.
docker-compose works fine, cannot connect with debugger.
Hi Alon Snir! Could you please try to remove your Remote Interpreter and configure it again?
Hi Elizabeth,
I did and it didn't make any help.
What i did eventually, thanks to this stack overflow answer, is removed all pycharm containers. This solved my issue.
Thanks