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 00ecfa6 commit ef2c989Copy full SHA for ef2c989
docker-compose.yml
@@ -9,6 +9,18 @@ services:
9
depends_on:
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
23
+
24
discoveryservice:
25
image: aista/eureka
26
ports:
0 commit comments