-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathdocker-compose.local.yml
More file actions
62 lines (62 loc) · 1.09 KB
/
docker-compose.local.yml
File metadata and controls
62 lines (62 loc) · 1.09 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
version: '3.8'
services:
zookeeper:
user: "root"
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"
akhq:
ports:
- "127.0.0.1:10100:8080"
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"