forked from fedimint/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mprocs-nix-gateway.yml
36 lines (36 loc) · 1.02 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
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-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:
shell: bash --init-file scripts/mprocs-nix-gateway.sh
stop: SIGKILL
env:
PORT: '3004'
BROWSER: none
guardian-ui-1:
shell: bash --init-file scripts/mprocs-nix-guardian-manual.sh
stop: SIGKILL
env:
PORT: '3000'
BROWSER: none