-
Notifications
You must be signed in to change notification settings - Fork 41
/
mprocs-nix-gateway.yml
53 lines (53 loc) · 1.43 KB
/
mprocs-nix-gateway.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
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
ldk-gw:
shell: tail -n +0 -F $FM_LOGS_DIR/gatewayd-ldk.log
cln-gw:
shell: tail -n +0 -F $FM_LOGS_DIR/gatewayd-cln.log
lnd-gw:
shell: tail -n +0 -F $FM_LOGS_DIR/gatewayd-lnd.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
gateway-ui-cln:
shell: bash --init-file scripts/mprocs-nix-gateway.sh
stop: SIGKILL
env:
PORT: '3004'
BROWSER: none
GATEWAY_TYPE: cln
gateway-ui-lnd:
shell: bash --init-file scripts/mprocs-nix-gateway.sh
stop: SIGKILL
env:
PORT: '3005'
BROWSER: none
GATEWAY_TYPE: lnd
gateway-ui-ldk:
shell: bash --init-file scripts/mprocs-nix-gateway.sh
stop: SIGKILL
env:
PORT: '3006'
BROWSER: none
GATEWAY_TYPE: ldk
guardian-ui-1:
shell: bash --init-file scripts/mprocs-nix-guardian.sh
stop: SIGKILL
env:
PORT: '3000'
BROWSER: none