Skip to content

Commit ef2c989

Browse files
author
Isabella
committed
Add notification service to docker compose
1 parent 00ecfa6 commit ef2c989

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker-compose.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ services:
99
depends_on:
1010
- discoveryservice
1111

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+
1224
discoveryservice:
1325
image: aista/eureka
1426
ports:

0 commit comments

Comments
 (0)