26 lines
530 B
YAML
26 lines
530 B
YAML
image:
|
|
repository: tccr.io/truecharts/node-red
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.2.2@sha256:7c181ad1464aebe7e41401acbbb024a3dd1505ce687b0b049fc52a6affe98e54
|
|
|
|
# See more environment varaibles in the node-red documentation
|
|
# https://nodered.org/docs/getting-started/docker
|
|
env: {}
|
|
# TZ:
|
|
# NODE_OPTIONS:
|
|
# NODE_RED_ENABLE_PROJECTS:
|
|
# NODE_RED_ENABLE_SAFE_MODE:
|
|
# FLOWS:
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 1880
|
|
targetPort: 1880
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|