-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consul configration with docker-compose #152
Comments
@juicycleff any idea on this? |
@uncodable I think you should try setting your consul address to 0.0.0.0. |
@murtaza-khan where you able to figure this out. I have a similar problem and running Consul local doesn't fix it. |
Fixed the issue by modifying each services bootstrap-development.yml to |
please any solution ? |
@juicycleff hi,
I have just cloned this Repo and creating a build with docker-compose for accounts service with the consul and trying to run.
But I am facing an issue with the accounts service for the consul setting kv.get.
I have tried both methods.
1- Setting up the consul manually before running the command docker-compose for a build.
2- And configuration consul in the docker-compose-dev.yaml file.
Butt I am facing the same issue key-value Error: consul: kv.get: connect ECONNREFUSED 127.0.0.1:8500
I am pasting my docker-compose.dev.ymal configuration.
My config.example
The text was updated successfully, but these errors were encountered: