diff --git a/apps/node-red/app.yml b/apps/node-red/app.yml index ea27dbd..ebc21d6 100644 --- a/apps/node-red/app.yml +++ b/apps/node-red/app.yml @@ -43,8 +43,9 @@ containers: stop_grace_period: 1m data: - data:/data + port: 3000 environment: - PORT: $APP_NODE_RED_PORT + PORT: 3000 BITCOIN_NETWORK: $BITCOIN_NETWORK BITCOIN_IP: $BITCOIN_IP BITCOIN_RPC_PORT: $BITCOIN_RPC_PORT