-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathdocker-compose.build.yml
More file actions
62 lines (62 loc) · 1.8 KB
/
Copy pathdocker-compose.build.yml
File metadata and controls
62 lines (62 loc) · 1.8 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:
kafka-1:
image: ghcr.io/opexdev/kafka:$TAG
build: docker-images/kafka
kafka-2:
image: ghcr.io/opexdev/kafka:$TAG
build: docker-images/kafka
kafka-3:
image: ghcr.io/opexdev/kafka:$TAG
build: docker-images/kafka
keycloak:
image: ghcr.io/opexdev/keycloak:$TAG
build: auth-gateway/keycloak-setup
vault:
image: ghcr.io/opexdev/vault-opex:$TAG
build: docker-images/vault
postgres-opex:
image: ghcr.io/opexdev/postgres-opex:$TAG
build: docker-images/postgres
accountant:
image: ghcr.io/opexdev/accountant:$TAG
build: accountant/accountant-app
eventlog:
image: ghcr.io/opexdev/eventlog:$TAG
build: eventlog/eventlog-app
matching-engine:
image: ghcr.io/opexdev/matching-engine:$TAG
build: matching-engine/matching-engine-app
matching-engine-duo:
image: ghcr.io/opexdev/matching-engine:$TAG
build: matching-engine/matching-engine-app
matching-gateway:
image: ghcr.io/opexdev/matching-gateway:$TAG
build: matching-gateway/matching-gateway-app
auth:
image: ghcr.io/opexdev/auth:$TAG
build: user-management/keycloak-gateway
auth-gateway:
image: ghcr.io/opexdev/auth-gateway:$TAG
build: auth-gateway/auth-gateway-app
wallet:
image: ghcr.io/opexdev/wallet:$TAG
build: wallet/wallet-app
market:
image: ghcr.io/opexdev/market:$TAG
build: market/market-app
api:
image: ghcr.io/opexdev/api:$TAG
build: api/api-app
bc-gateway:
image: ghcr.io/opexdev/bc-gateway:$TAG
build: bc-gateway/bc-gateway-app
otp:
image: ghcr.io/opexdev/otp:$TAG
build: otp/otp-app
profile:
image: ghcr.io/opexdev/profile:$TAG
build: profile/profile-app
device-management:
image: ghcr.io/opexdev/device-management:$TAG
build: device-management/device-management-app