Monitoring Vitals Microservice Change the values of:
for the IP where those applications is running.
docker run
-e "SPRING.PROFILES.ACTIVE=docker,eureka,swagger"
-e "EUREKA.CLIENT.HOST={eureka.client.host}"
-e "OAUTH.HOST={oauth.host}"
--name monitoring
--link eureka-server:eureka
--link monitoring-mysql:mysql
--link sso:sso
-p 9012:9012
tiagonet/monitoring
docker run
-e "SPRING.PROFILES.ACTIVE=docker,eureka,swagger"
-e "EUREKA.CLIENT.HOST=192.168.3.215"
-e "OAUTH.HOST=192.168.3.215"
--name monitoring
--link eureka-server:eureka
--link monitoring-mysql:mysql
--link sso:sso
-p 9012:9012
tiagonet/monitoring
Content type
Image
Digest
Size
593.4 MB
Last updated
over 9 years ago
docker pull tiagonet/monitoring