-
Notifications
You must be signed in to change notification settings - Fork 41
/
mprocs-nix-guardian.yml
44 lines (44 loc) · 1.15 KB
/
mprocs-nix-guardian.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
procs:
user:
shell: bash --init-file scripts/mprocs-user-shell.sh
stop: SIGKILL
fedimint0:
shell: tail -n +0 -F $FM_LOGS_DIR/fedimintd-default-0.log
fedimint1:
shell: tail -n +0 -F $FM_LOGS_DIR/fedimintd-default-1.log
fedimint2:
shell: tail -n +0 -F $FM_LOGS_DIR/fedimintd-default-2.log
fedimint3:
shell: tail -n +0 -F $FM_LOGS_DIR/fedimintd-default-3.log
cln:
shell: tail -n +0 -F $FM_LOGS_DIR/lightningd.log
lnd:
shell: tail -n +0 -F $FM_LOGS_DIR/lnd.log
bitcoind:
shell: tail -n +0 -F $FM_LOGS_DIR/bitcoind.log
devimint:
shell: tail -n +0 -F $FM_LOGS_DIR/devimint.log
guardian-ui-1:
shell: yarn dev
env:
PORT: '3000'
REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18138
BROWSER: none
guardian-ui-2:
shell: yarn dev
env:
PORT: '3001'
REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18140
BROWSER: none
guardian-ui-3:
shell: yarn dev
env:
PORT: '3002'
REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18142
BROWSER: none
guardian-ui-4:
shell: yarn dev
env:
PORT: '3003'
REACT_APP_FM_CONFIG_API: ws://127.0.0.1:18144
BROWSER: none