mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-28 15:42:58 +00:00
Fix node JS
This commit is contained in:
parent
20ca9f471d
commit
be8eee1d8e
|
@ -43,8 +43,9 @@ containers:
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
data:
|
data:
|
||||||
- data:/data
|
- data:/data
|
||||||
|
port: 3000
|
||||||
environment:
|
environment:
|
||||||
PORT: $APP_NODE_RED_PORT
|
PORT: 3000
|
||||||
BITCOIN_NETWORK: $BITCOIN_NETWORK
|
BITCOIN_NETWORK: $BITCOIN_NETWORK
|
||||||
BITCOIN_IP: $BITCOIN_IP
|
BITCOIN_IP: $BITCOIN_IP
|
||||||
BITCOIN_RPC_PORT: $BITCOIN_RPC_PORT
|
BITCOIN_RPC_PORT: $BITCOIN_RPC_PORT
|
||||||
|
|
Loading…
Reference in New Issue
Block a user