Skip to content

Commit d221cd3

Browse files
author
Isabella
committed
Fix spacing
1 parent ef2c989 commit d221cd3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docker-compose.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ services:
1010
- discoveryservice
1111

1212
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
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
2323

2424
discoveryservice:
2525
image: aista/eureka

0 commit comments

Comments
 (0)