image: repository: tccr.io/truecharts/node-red pullPolicy: IfNotPresent tag: v2.1.4@sha256:a27f379420bfdc1a1b6b14786f4eaf5a17f3d1a33028d54dba5ec43d51118eae # 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"