Reputation: 147
I have a problem with configuration of Docker-compose as a remote interpreter in PyCharm. Inside of "Services" section I can select only "services" or "networks".
I am using this docker-compose file: https://raw.githubusercontent.com/aws/aws-mwaa-local-runner/main/docker/docker-compose-local.yml
Upvotes: 3
Views: 438
Reputation: 8495
Either disable "Docker Compose V2" experimental feature in "Docker for Windows" app settings or update PyCharm to 2021.2.1 RC. See the relevant ticket in PyCharm's issue tracker - PY-49305.
Upvotes: 4