Docker - PyCharm Help
www.jetbrains.com › help › pycharmDec 13, 2021 · Specify an alternate project name for Docker Compose. By default, it is the name of the current directory. This is similar to using the -p option with the docker-compose command. Environment variables. Specify the Docker Compose environment variables. These are used only by the Docker Compose process. They are not passed on to any of the ...
Docker Compose | PyCharm
www.jetbrains.com › help › pycharmAug 05, 2021 · Python run configurations based on this interpreter operate like docker-compose up command with the addition that it maps project sources into the chosen service container. The feature works for Linux with the local installations of Docker and macOS, it won't be shown in PyCharm running on Windows platform.
Configure an interpreter using Docker Compose | PyCharm
www.jetbrains.com › help › pycharmDec 15, 2021 · If you are in the Settings/Preferences dialog Ctrl+Alt+S, select Project <project name> | Python Interpreter. Click the icon and select Add. In the dialog that opens, select the Docker Compose option, from the drop-down lists select the Docker server, Docker Compose service (here web ), configuration file (here docker-compose.yml) and Python ...