umbrel-apps/node-red-standalone/docker-compose.yml
Steven Briscoe 11f36560e8
Remove hard-coded container IPs (#310)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2022-12-04 20:18:22 +00:00

19 lines
471 B
YAML

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: node-red-standalone_web_1
APP_PORT: 1881
# 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: 1881