PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Node.js with Docker Compose

Last modified: 18 October 2022

Available only in PyCharm Professional: download to try or compare editions

Required plugins:

Javascript and TypeScript, Node.js, Node.js Remote Interpreter, Docker -  The plugins are available only in PyCharm Professional, where they are enabled by default.

See Before you start below.

Docker Compose is used to run multi-container applications. For example, you can run a web server, a backend database, and your application code as separate services. Each service can be scaled by adding more containers if necessary. This enables you to perform efficient development and testing in a dynamic environment, similar to production.