You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
604 B
22 lines
604 B
3 years ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
app_proxy:
|
||
|
environment:
|
||
|
APP_HOST: $APP_NODE_RED_STANDALONE_IP
|
||
|
APP_PORT: $APP_NODE_RED_STANDALONE_PORT
|
||
|
# Used to allow (HTTP In) flows to be publicly exposed
|
||
|
PROXY_AUTH_WHITELIST: "/public/*"
|
||
|
|
||
|
web:
|
||
|
image: nodered/node-red:2.2.2-12@sha256:7b8e58892801f01af48acfb18c21b845a6f35029e7654ca6e19ba86bbe810d04
|
||
|
restart: on-failure
|
||
|
stop_grace_period: 1m
|
||
|
volumes:
|
||
|
- ${APP_DATA_DIR}/data:/data
|
||
|
environment:
|
||
|
PORT: $APP_NODE_RED_STANDALONE_PORT
|
||
|
networks:
|
||
|
default:
|
||
|
ipv4_address: $APP_NODE_RED_STANDALONE_IP
|