Personal Health Docker 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 personal
--link eureka-server:eureka
--link globalhealth-mysql:mysql
--link sso:sso
-p 9007:9007
tiagonet/personal-health
Example:
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 personal
--link eureka-server:eureka
--link globalhealth-mysql:mysql
--link sso:sso
-p 9007:9007
tiagonet/personal-health
Content type
Image
Digest
Size
607.7 MB
Last updated
over 9 years ago
docker pull tiagonet/personal-health