node-red-app/apps/example.cfg

14 lines
592 B
Bash

#!/bin/bash
# customer container name, default is <filename>-nodered-app
# Name=containername
# Custom user, default is current user (must be in docker group)
# USER=jim # not needed if current host user is 1000
# TZ=America/Los_Angles # default
Parent_Folder=/data
# "extra-host" set broker and home assistant ips on host inside container
Broker=broker.kebler.net # will lookup ip
HomeAssistant=ha.kebler.net # will look up ip
# https://hub.docker.com/r/nodered/node-red/tags
# Tag=latest-18 # default see
Port=1881 # must be changed to avoid conflict with other node red app containers