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.
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