-
Notifications
You must be signed in to change notification settings - Fork 41
/
mprocs-docker.yml
48 lines (48 loc) · 1.34 KB
/
mprocs-docker.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
48
procs:
start-servers:
shell: docker compose up
stop-servers-clear-data:
shell: docker compose down && echo 'Removing fm dirs' && sudo rm -rf fm_* && echo 'Done'
autostart: false
stop-servers-retain-data:
shell: docker compose down
autostart: false
guardian-ui-1:
shell: yarn dev:guardian-ui
env:
PORT: '3000'
REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18174
BROWSER: none
guardian-ui-2:
shell: yarn dev:guardian-ui
env:
PORT: '3001'
REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18184
BROWSER: none
guardian-ui-3:
shell: yarn dev:guardian-ui
env:
PORT: '3002'
REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18185
BROWSER: none
guardian-ui-4:
shell: yarn dev:guardian-ui
env:
PORT: '3003'
REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18186
BROWSER: none
gateway-ui:
shell: yarn dev:gateway-ui
env:
PORT: '3004'
REACT_APP_FM_GATEWAY_API: 'http://127.0.0.1:8175'
REACT_APP_FM_GATEWAY_PASSWORD: 'theresnosecondbest'
BROWSER: none
fedimintd_1-logs:
shell: sleep 3 && docker logs -f ui-fedimintd_1-1
fedimintd_2-logs:
shell: sleep 3 && docker logs -f ui-fedimintd_2-1
fedimintd_3-logs:
shell: sleep 3 && docker logs -f ui-fedimintd_3-1
fedimintd_4-logs:
shell: sleep 3 && docker logs -f ui-fedimintd_4-1