I installed the Docker with camunda 8

docker compose -f docker-compose-core.yaml up -d after that i want run this file in my local system but facing issue

time=“2023-10-11T13:00:25+04:00” level=warning msg=“The "CAMUNDA_PLATFORM_VERSION" variable is not set. Defaulting to a blank string.”
time=“2023-10-11T13:00:25+04:00” level=warning msg=“The "CAMUNDA_PLATFORM_VERSION" variable is not set. Defaulting to a blank string.”
time=“2023-10-11T13:00:25+04:00” level=warning msg=“The "CAMUNDA_CONNECTORS_VERSION" variable is not set. Defaulting to a blank string.”
time=“2023-10-11T13:00:25+04:00” level=warning msg=“The "ELASTIC_VERSION" variable is not set. Defaulting to a blank string.”
time=“2023-10-11T13:00:25+04:00” level=warning msg=“The "ELASTIC_VERSION" variable is not set. Defaulting to a blank string.”
Failed to load C:\Users\S1254\Downloads\Camunda-platform\connector-secrets.txt: open C:\Users\S1254\Downloads\Camunda-platform\connector-secrets.txt: The system cannot find the file specified.

Hi @Supriya,

You need to provide the environment variables in .env file and connectors-secrect.txt in the same path where docker compose file exists

One more option is to download the source code as zip of the camunda platform of required version from github, extract it and run the compose file of it directly

but how to get this file connectors-secrect.txt in
docker-compose-core.yaml (5.9 KB)
this file alrady env variable i want to run docker compose -f docker-compose-core.yaml up -d only this command

C:\Users\S1254\Downloads\Camunda-platform>docker compose -f docker-compose-core.yaml up -d
time=“2023-10-12T09:28:24+04:00” level=warning msg=“The "ELASTIC_VERSION" variable is not set. Defaulting to a blank string.”
time=“2023-10-12T09:28:24+04:00” level=warning msg=“The "ELASTIC_VERSION" variable is not set. Defaulting to a blank string.”
time=“2023-10-12T09:28:24+04:00” level=warning msg=“The "CAMUNDA_PLATFORM_VERSION" variable is not set. Defaulting to a blank string.”
time=“2023-10-12T09:28:24+04:00” level=warning msg=“The "CAMUNDA_PLATFORM_VERSION" variable is not set. Defaulting to a blank string.”
time=“2023-10-12T09:28:24+04:00” level=warning msg=“The "CAMUNDA_PLATFORM_VERSION" variable is not set. Defaulting to a blank string.”
time=“2023-10-12T09:28:24+04:00” level=warning msg=“The "CAMUNDA_CONNECTORS_VERSION" variable is not set. Defaulting to a blank string.”
Error response from daemon: invalid reference format

Hi, @Supriya,

You can refer the following thread for the same

Hope this helps!!!

Thank you so much it is working now

1 Like

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