-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathdocker-compose.local.yml
More file actions
116 lines (115 loc) · 2.04 KB
/
Copy pathdocker-compose.local.yml
File metadata and controls
116 lines (115 loc) · 2.04 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
version: '3.8'
services:
kafka-1:
user: "root"
kafka-2:
user: "root"
kafka-3:
user: "root"
vault:
ports:
- "8200:8200"
consul:
ports:
- "8500:8500"
- "8300:8300"
- "8600:8600"
redis:
ports:
- "6379:6379"
redis-cache:
ports:
- "6380:6379"
keycloak:
ports:
- "8193:8080"
akhq:
ports:
- "127.0.0.1:10100:8080"
auth-gateway:
ports:
- "8184:8080"
- "127.0.0.1:1055:5005"
postgres-keycloak:
ports:
- "127.0.0.1:5461:5432"
postgres-otp:
ports:
- "127.0.0.1:5462:5432"
postgres-accountant:
ports:
- "5432:5432"
postgres-eventlog:
ports:
- "5433:5432"
postgres-auth:
ports:
- "5434:5432"
postgres-wallet:
ports:
- "5435:5432"
postgres-api:
ports:
- "5436:5432"
postgres-market:
ports:
- "5438:5432"
postgres-bc-gateway:
ports:
- "5437:5432"
postgres-matching-gateway:
ports:
- "5439:5432"
postgres-profile:
ports:
- "5440:5432"
accountant:
ports:
- "127.0.0.1:8089:8080"
- "127.0.0.1:1045:5005"
eventlog:
ports:
- "127.0.0.1:8090:8080"
matching-engine:
ports:
- "127.0.0.1:8092:8080"
- "127.0.0.1:1046:5005"
matching-gateway:
ports:
- "127.0.0.1:8093:8080"
- "127.0.0.1:1047:5005"
auth:
ports:
- "127.0.0.1:8083:8080"
- "127.0.0.1:1048:5005"
wallet:
ports:
- "127.0.0.1:8091:8080"
- "127.0.0.1:1049:5005"
market:
ports:
- "127.0.0.1:8096:8080"
- "127.0.0.1:1056:5005"
api:
ports:
- "127.0.0.1:8094:8080"
- "127.0.0.1:1050:5005"
bc-gateway:
ports:
- "0.0.0.0:8095:8080"
- "127.0.0.1:1052:5005"
otp:
ports:
- "0.0.0.0:8097:8080"
- "127.0.0.1:1053:5005"
profile:
ports:
- "0.0.0.0:8098:8080"
- "127.0.0.1:1054:5005"
device-management:
ports:
- "0.0.0.0:8099:8080"
- "127.0.0.1:1057:5005"
swagger-docs:
ports:
- "0.0.0.0:8110:8080"