Add Template Node red (#164)

This commit is contained in:
Robert Middleswarth
2021-11-12 00:44:18 -05:00
committed by GitHub
parent 744c7a5e10
commit add9717d64
3 changed files with 37 additions and 9 deletions

View File

@@ -4,18 +4,14 @@ services:
image: nodered/node-red:latest
container_name: node-red
environment:
NODE_RED_CREDENTIAL_SECRET: ${NODE_RED_CREDENTIAL_SECRET}
TZ: ${TZ}
NODE_RED_CREDENTIAL_SECRET: ${NODE_RED_CREDENTIAL_SECRET}
TZ: ${TZ}
volumes:
- node-red-data:/data
- data:/data
ports:
- 1880:1880
networks:
iot:
restart: unless-stopped
volumes:
node-red-data:
data:
networks:
iot: