-
Notifications
You must be signed in to change notification settings - Fork 41
/
mprocs-rotate.yml
55 lines (55 loc) · 1.52 KB
/
mprocs-rotate.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
49
50
51
52
53
54
55
procs:
user:
shell: bash
stop: SIGKILL
start-servers:
shell: docker compose up
stop-servers-clear-data:
shell: docker compose down -v && 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: bash -c 'scripts/mprocs-rotate-guardian.sh 18174'
stop: SIGKILL
env:
PORT: '3000'
BROWSER: none
guardian-ui-2:
shell: bash -c 'scripts/mprocs-rotate-guardian.sh 18184'
stop: SIGKILL
env:
PORT: '3001'
BROWSER: none
guardian-ui-3:
shell: bash -c 'scripts/mprocs-rotate-guardian.sh 18185'
stop: SIGKILL
env:
PORT: '3002'
BROWSER: none
guardian-ui-4:
shell: bash -c 'scripts/mprocs-rotate-guardian.sh 18186'
stop: SIGKILL
env:
PORT: '3003'
BROWSER: none
restart-fedimintd:
shell: bash --init-file scripts/mprocs-restart-guardian.sh
autostart: false
stop: SIGKILL
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 fedimint-ui-fedimintd_1-1
fedimintd_2-logs:
shell: sleep 3 && docker logs -f fedimint-ui-fedimintd_2-1
fedimintd_3-logs:
shell: sleep 3 && docker logs -f fedimint-ui-fedimintd_3-1
fedimintd_4-logs:
shell: sleep 3 && docker logs -f fedimint-ui-fedimintd_4-1