Commit d3a41037 authored by Ryan Dawson's avatar Ryan Dawson

clarify use for docker

parent fe230c98
...@@ -10,6 +10,8 @@ Let's say we run the config server using name activiti-cloud-config-server on po ...@@ -10,6 +10,8 @@ Let's say we run the config server using name activiti-cloud-config-server on po
spring.cloud.config.uri=http://activiti-cloud-config-server:8888 spring.cloud.config.uri=http://activiti-cloud-config-server:8888
Or if our app is connecting to the docker container from outside docker then we would use localhost instead of activiti-cloud-config-server
And in each of the clients its own application name will also feature in its bootstrap.properties: And in each of the clients its own application name will also feature in its bootstrap.properties:
spring.application.name=${ACT_RB_APP_NAME:runtime-bundle1} spring.application.name=${ACT_RB_APP_NAME:runtime-bundle1}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment