Skip to content

Commit

Permalink
added zuul proxy service
Browse files Browse the repository at this point in the history
  • Loading branch information
willianmga committed Jul 3, 2017
1 parent 1ec57a4 commit cf4d02c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ services:
- eureka.environment=local
- eureka.datacenter=ndc

zuul:
image: netflixoss/zuul:1.0.28
ports:
- "9090:8080"
depends_on:
- eureka
links:
- eureka
environment:
- eureka.serviceUrl.default=http://eureka:8080/eureka/v2/
- origin.zuul.client.DeploymentContextBasedVipAddresses=hellomicroservicesedge.matera.com

hellomicroservicesbd:
image: mysql/mysql-server:5.7
ports:
Expand Down

0 comments on commit cf4d02c

Please sign in to comment.