in order to call zeebe from the web modeler, they both have to be in the same network. Which setup do you use here? The docker compose files provided by us?
while the content around the license is not up-to-date (which is because licensing information is centralised here), the docker compose command you should use is displayed here.
So please remove all containers, networks and volumes from your docker host:
docker system prune -a -f
Now, start the docker compose using this command:
docker compose -f docker-compose.yaml -f docker-compose-web-modeler.yaml up -d
After the startup is complete, the web-modeler application can be accessed and a deployment can be done:
hey, @ jonathan.lukas!
Thank you for helping me!!
When I ran this command “docker compose -f docker-compose.yaml -f docker-compose-web-modeler.yaml up -d”
gave this error:
✘ modeler-websockets Error unauthorized: unauthorized to access repository: web-modeler-ee… 3.5s
✘ modeler-webapp Error context canceled 3.5s
✘ modeler-restapi Error context canceled 3.5s
Error response from daemon: unauthorized: unauthorized to access repository: web-modeler-ee/modeler-websockets, action: pull: unauthorized to access repository: web-modeler-ee/modeler-websockets, action: pull
In this case, I am unable to register by running this command:
docker login registry.camunda.cloud
Username: your_username
Password: ******
Error response from daemon: Get “https://registry.camunda.cloud/v2/”: unauthorized