We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2c989 commit d221cd3Copy full SHA for d221cd3
1 file changed
docker-compose.yml
@@ -10,16 +10,16 @@ services:
10
- discoveryservice
11
12
notificationservice:
13
- depends_on:
14
- - discoveryservice
15
- - rabbitmq
16
- image: aista/notification-service
17
- command: notification-service
18
- ports:
19
- - "32700:32700"
20
- environment:
21
- - RABBIT_HOST=rabbitmq
22
- - EUREKA_SERVER=discoveryservice
+ depends_on:
+ - discoveryservice
+ - rabbitmq
+ image: aista/notification-service
+ command: notification-service
+ ports:
+ - "32700:32700"
+ environment:
+ - RABBIT_HOST=rabbitmq
+ - EUREKA_SERVER=discoveryservice
23
24
discoveryservice:
25
image: aista/eureka
0 commit comments