-
Notifications
You must be signed in to change notification settings - Fork 0
/
compose.dev.yml
31 lines (29 loc) · 900 Bytes
/
compose.dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
include:
- path:
- ./services/config-server/compose.yml
- path:
- ./services/frontend-client/compose.dev.yml
- path:
- ./services/eureka-registry/compose.yml
- path:
- ./services/auth-service/compose.yml
- path:
- ./services/reverse-proxy/compose.yml
- path:
- ./services/images/compose.yml
- path:
- ./services/api-gateway/compose.yml
- path:
- ./services/profile/compose.dev.yml
- path:
- ./services/posts/compose.dev.yml
- path:
- ./services/notifications/notifications-service/compose.dev.yml
- path:
- ./services/data-init/compose.yml
- path:
- ./services/notifications/notifications-gateway/compose.dev.yml
services: {}
networks:
social365-network:
driver: bridge