Deploy camunda 8 on docker

Is there a single docker command to deploy all camunda components just like the one we had for camunda 7 docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:latest or maybe a docker-compose.yaml?

please note I’m on development and using a Mac not Linux if that matters.

Yes, you can use docker compose to setup Camunda 8. Refer the Camunda 8 documentation:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.