Backoffice Gateway Docker Change the values of:
for the IP where those applications is running.
docker run -d
-e "SPRING.PROFILES.ACTIVE=docker,eureka,swagger"
-e "EUREKA.CLIENT.HOST={eureka.client.host}"
-e "OAUTH.HOST={oauth.host}"
--name backoffice-gateway
--link eureka-server:eureka
--link sso:sso
-p 9004:9004
tiagonet/backoffice-gateway
docker run -d
-e "SPRING.PROFILES.ACTIVE=docker,eureka,swagger"
-e "EUREKA.CLIENT.HOST=192.168.3.215"
-e "OAUTH.HOST=192.168.3.215"
--name backoffice-gateway
--link eureka-server:eureka
--link sso:sso
-p 9004:9004
tiagonet/backoffice-gateway
Content type
Image
Digest
Size
571 MB
Last updated
over 9 years ago
docker pull tiagonet/backoffice-gateway