Hi,
I am trying to set up Camunda 8 in my system, and I have downloaded docker ,and the docker-compose.yaml file, but when I am running this command “docker-compose -f docker-compose.yaml up -d” in the command prompt to start all the processes, it is throwing an error as shown below:
E:\Camunda 8>docker-compose -f docker-compose.yaml up -d
time=“” level=warning msg=“The "ZEEBE_CLIENT_ID" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ZEEBE_CLIENT_SECRET" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "RESOURCE_AUTHORIZATIONS_ENABLED" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "CAMUNDA_PLATFORM_VERSION" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "CAMUNDA_CONNECTORS_VERSION" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ZEEBE_CLIENT_ID" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ZEEBE_CLIENT_SECRET" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "CAMUNDA_OPTIMIZE_VERSION" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ZEEBE_CLIENT_ID" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "RESOURCE_AUTHORIZATIONS_ENABLED" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ZEEBE_CLIENT_SECRET" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "CAMUNDA_PLATFORM_VERSION" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "CAMUNDA_PLATFORM_VERSION" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ZEEBE_AUTHENTICATION_MODE" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "POSTGRES_VERSION" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "KEYCLOAK_SERVER_VERSION" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ELASTIC_VERSION" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ELASTIC_VERSION" variable is not set. Defaulting to a blank string.”
time=" level=warning msg=“The "CAMUNDA_PLATFORM_VERSION" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ZEEBE_CLIENT_ID" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "ZEEBE_CLIENT_SECRET" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "HOST" variable is not set. Defaulting to a blank string.”
time=“” level=warning msg=“The "RESOURCE_AUTHORIZATIONS_ENABLED" variable is not set. Defaulting to a blank string.”
Failed to load E:\Camunda 8\connector-secrets.txt: open E:\Camunda 8\connector-secrets.txt: The system cannot find the file specified.
What can be done to resolve this issue, because every related video I have seen is using the same file and running it directly as well.
Thanks!