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.