We usually use the terminal to run the docker-compose via the command line: docker-compose up Now, you can start directly the docker-compose file via Intellij Read more: https://www.jetbrains.com/help/idea/run-debug-configuration-docker.html Example docker-compose version: "3.2"
services:
#RabbitMQ
rabbitmq:
image: rabbitmq:3-management
ports:
- '5672:5672'…