Files
pi-hosted/stack/node-red.yml
2021-11-11 23:47:51 -05:00

21 lines
354 B
YAML

version: "3.7"
services:
app:
image: nodered/node-red:latest
container_name: node-red
environment:
NODE_RED_CREDENTIAL_SECRET: ${NODE_RED_CREDENTIAL_SECRET}
TZ: ${TZ}
volumes:
- node-red-data:/data
ports:
- 1880:1880
networks:
iot:
restart: unless-stopped
volumes:
node-red-data:
networks:
iot: