@ -53,4 +53,6 @@ USER node-red
|
|||||||
RUN cd /data; \
|
RUN cd /data; \
|
||||||
npm install --unsafe-perm --no-update-notifier --no-fund --only=production passport passport-keycloak-oauth2-oidc;
|
npm install --unsafe-perm --no-update-notifier --no-fund --only=production passport passport-keycloak-oauth2-oidc;
|
||||||
|
|
||||||
HEALTHCHECK CMD curl http://localhost:1880/admin || exit 1
|
HEALTHCHECK CMD curl http://localhost:80/admin || exit 1
|
||||||
|
|
||||||
|
EXPOSE 80
|
||||||
|
@ -141,7 +141,7 @@ module.exports = {
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
/** the tcp port that the Node-RED web server is listening on */
|
/** the tcp port that the Node-RED web server is listening on */
|
||||||
uiPort: process.env.PORT || 1880,
|
uiPort: process.env.PORT || 80,
|
||||||
|
|
||||||
/** By default, the Node-RED UI accepts connections on all IPv4 interfaces.
|
/** By default, the Node-RED UI accepts connections on all IPv4 interfaces.
|
||||||
* To listen on all IPv6 addresses, set uiHost to "::",
|
* To listen on all IPv6 addresses, set uiHost to "::",
|
||||||
|
Reference in New Issue
Block a user