The EdgeX Node is not starting using docker compose file
I have cloned the repo from https://github.com/edgexfoundry/edgex-compose.git
NexusRepository.
edgex-core-common-config-bootstrapper container is getting exited with error:
level=ERROR ts=2026-01-06T06:30:32.583774243Z app=core-common-config-bootstrapper source=main.go:114 msg="failed to determine if common configuration exists in the provider: checking configuration existence from Core Keeper failed: failed to send a http request -> Get "http://edgex-core-keeper:59890/api/v3/kvs/key/edgex%2Fv4%2Fcore%2Dcommon%2Dconfig%2Dbootstrapper?keyOnly=true\": dial tcp 172.21.0.10:59890: connect: connection refused"
and thus edgex-core-data container has this warning
level=WARN ts=2026-01-07T05:38:35.705267868Z app=core-data source=config.go:1067 msg="Waiting for configuration provider to be available"
Can you please help me set up the node to query it?
The EdgeX Node is not starting using docker compose file
I have cloned the repo from https://github.com/edgexfoundry/edgex-compose.git
NexusRepository.
edgex-core-common-config-bootstrapper container is getting exited with error:
level=ERROR ts=2026-01-06T06:30:32.583774243Z app=core-common-config-bootstrapper source=main.go:114 msg="failed to determine if common configuration exists in the provider: checking configuration existence from Core Keeper failed: failed to send a http request -> Get "http://edgex-core-keeper:59890/api/v3/kvs/key/edgex%2Fv4%2Fcore%2Dcommon%2Dconfig%2Dbootstrapper?keyOnly=true\": dial tcp 172.21.0.10:59890: connect: connection refused"
and thus edgex-core-data container has this warning
level=WARN ts=2026-01-07T05:38:35.705267868Z app=core-data source=config.go:1067 msg="Waiting for configuration provider to be available"
Can you please help me set up the node to query it?