Loading deploy/.env +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ KEY_PASSWORD=changeme TRUSTSTORE_PASSWORD=changeme TRUSTSTORE_TYPE=PKCS12 AUTH=ldap NIFI_SENSITIVE_PROPS_KEY=changeme NIFI_WEB_HTTPS_HOST=0.0.0.0 NIFI_WEB_HTTPS_PORT=8443 NIFI_JVM_HEAP_INIT=2g Loading deploy/docker-compose.tmpl.yml +2 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ services: TRUSTSTORE_PASSWORD: TRUSTSTORE_TYPE: AUTH: NIFI_SENSITIVE_PROPS_KEY: NIFI_WEB_HTTPS_HOST: NIFI_WEB_HTTPS_PORT: NIFI_JVM_HEAP_INIT: Loading Loading @@ -67,7 +68,7 @@ services: memory: ${RESOURCES_RESERVATIONS_MEMORY:-3G} labels: traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME} traefik.frontend.headers.customRequestHeaders: X-ProxyScheme:https||X-ProxyHost:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME}||X-ProxyPort:443||X-ProxyContextPath:/ traefik.frontend.headers.customRequestHeaders: X-ProxyScheme:https||X-ProxyHost:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME}||X-ProxyPort:443 traefik.frontend.redirect.regex: ^(.*://${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME})/$$ traefik.frontend.redirect.replacement: $$1/nifi traefik.frontend.redirect.permanent: 'true' Loading Loading
deploy/.env +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ KEY_PASSWORD=changeme TRUSTSTORE_PASSWORD=changeme TRUSTSTORE_TYPE=PKCS12 AUTH=ldap NIFI_SENSITIVE_PROPS_KEY=changeme NIFI_WEB_HTTPS_HOST=0.0.0.0 NIFI_WEB_HTTPS_PORT=8443 NIFI_JVM_HEAP_INIT=2g Loading
deploy/docker-compose.tmpl.yml +2 −1 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ services: TRUSTSTORE_PASSWORD: TRUSTSTORE_TYPE: AUTH: NIFI_SENSITIVE_PROPS_KEY: NIFI_WEB_HTTPS_HOST: NIFI_WEB_HTTPS_PORT: NIFI_JVM_HEAP_INIT: Loading Loading @@ -67,7 +68,7 @@ services: memory: ${RESOURCES_RESERVATIONS_MEMORY:-3G} labels: traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME} traefik.frontend.headers.customRequestHeaders: X-ProxyScheme:https||X-ProxyHost:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME}||X-ProxyPort:443||X-ProxyContextPath:/ traefik.frontend.headers.customRequestHeaders: X-ProxyScheme:https||X-ProxyHost:${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME}||X-ProxyPort:443 traefik.frontend.redirect.regex: ^(.*://${TRAEFIK_SUBDOMAIN}.${PUBLIC_HOSTNAME})/$$ traefik.frontend.redirect.replacement: $$1/nifi traefik.frontend.redirect.permanent: 'true' Loading