forked from opexdev/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.build.yml
47 lines (47 loc) · 1.33 KB
/
docker-compose.build.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
version: '3.8'
services:
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-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
wallet:
image: ghcr.io/opexdev/wallet:$TAG
build: wallet/wallet-app
api:
image: ghcr.io/opexdev/api:$TAG
build: api/api-app
websocket:
image: ghcr.io/opexdev/websocket:$TAG
build: websocket/websocket-app
bc-gateway:
image: ghcr.io/opexdev/bc-gateway:$TAG
build: bc-gateway/bc-gateway-app
storage:
image: ghcr.io/opexdev/storage:$TAG
build: storage/storage-app
referral:
image: ghcr.io/opexdev/referral:$TAG
build: referral/referral-app
captcha:
image: ghcr.io/opexdev/captcha:$TAG
build: captcha/captcha-app
admin:
image: ghcr.io/opexdev/admin:$TAG
build: admin/admin-app