You've already forked nodered
turned base into nodered deployment
This commit is contained in:
12
env.example
12
env.example
@@ -1,10 +1,10 @@
|
||||
# Træfik
|
||||
TRAEFIK_ENABLED=true
|
||||
TRAEFIK_NETWORK=traefik
|
||||
TRAEFIK_ROUTER=app_example_com
|
||||
TRAEFIK_SERVICE=app_example_com
|
||||
TRAEFIK_SERVICE_PORT=80
|
||||
TRAEFIK_MATCHRULE=Host(`app.example.com`)
|
||||
TRAEFIK_ROUTER=nodered_example_com
|
||||
TRAEFIK_SERVICE=nodered_example_com
|
||||
TRAEFIK_SERVICE_PORT=1880
|
||||
TRAEFIK_MATCHRULE=Host(`nodered.example.com`)
|
||||
TRAEFIK_TLSENABLED=true
|
||||
TRAEFIK_CERTRESOLVER=letsencrypt
|
||||
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
|
||||
@@ -16,3 +16,7 @@ DIUN_WATCHREPO=true
|
||||
DIUN_SORTALGO=semver
|
||||
DIUN_INCLUDE=
|
||||
DIUN_EXCLUDE=
|
||||
|
||||
# Node-red
|
||||
NODERED_VERSION=3.0.2-18-minimal
|
||||
NODERED_DATA=./data/nodered
|
||||
|
Reference in New Issue
Block a user