We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24bda1 commit 35a9d83Copy full SHA for 35a9d83
docker-3-complex/docker-compose.yml
@@ -15,17 +15,9 @@ services:
15
- spring.profiles.active=peer2
16
microservice-provider-user:
17
image: itmuch/microservice-provider-user:0.0.1-SNAPSHOT
18
- ports:
19
- - "8000:8000"
20
microservice-consumer-movie-ribbon-hystrix:
21
image: itmuch/microservice-consumer-movie-ribbon-hystrix:0.0.1-SNAPSHOT
22
23
- - "8010:8010"
24
microservice-gateway-zuul:
25
image: itmuch/microservice-gateway-zuul:0.0.1-SNAPSHOT
26
27
- - "8040:8040"
28
microservice-hystrix-turbine:
29
- image: itmuch/microservice-hystrix-turbine:0.0.1-SNAPSHOT
30
31
- - "8031:8031"
+ image: itmuch/microservice-hystrix-turbine:0.0.1-SNAPSHOT
0 commit comments