forked from opexdev/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.override.yml
43 lines (43 loc) · 1.06 KB
/
docker-compose.override.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
version: '3.8'
services:
vault:
build: docker-images/vault
postgres-opex:
image: ghcr.io/opexdev/postgres-opex
build: docker-images/postgres
accountant:
build: accountant/accountant-app
volumes:
- "./preferences-dev.yml:/preferences.yml"
eventlog:
build: eventlog/eventlog-app
matching-engine:
build: matching-engine/matching-engine-app
volumes:
- "./preferences-dev.yml:/preferences.yml"
matching-gateway:
build: matching-gateway/matching-gateway-app
auth:
build: user-management/keycloak-gateway
wallet:
build: wallet/wallet-app
volumes:
- "./preferences-dev.yml:/preferences.yml"
api:
build: api/api-app
volumes:
- "./preferences-dev.yml:/preferences.yml"
websocket:
build: websocket/websocket-app
bc-gateway:
build: bc-gateway/bc-gateway-app
volumes:
- "./preferences-dev.yml:/preferences.yml"
storage:
build: storage/storage-app
referral:
build: referral/referral-app
captcha:
build: captcha/captcha-app
admin:
build: admin/admin-app