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