Loading deploy/.env +4 −4 Original line number Diff line number Diff line NIFI_REGISTRY_HOME=/opt/nifi-registry/nifi-registry-current INITIAL_ADMIN_IDENTITY=cn=admin,dc=example,dc=org INITIAL_ADMIN_IDENTITY=cn=admin,ou=nifi,dc=example,dc=org LDAP_AUTHENTICATION_STRATEGY=SIMPLE LDAP_MANAGER_DN=cn=admin,dc=example,dc=org LDAP_MANAGER_PASSWORD=changeme LDAP_USER_SEARCH_BASE=dc=example,dc=org LDAP_USER_SEARCH_BASE=ou=nifi,dc=example,dc=org LDAP_USER_SEARCH_FILTER=cn={0} LDAP_IDENTITY_STRATEGY=USE_DN LDAP_URL=ldap://openldap:389 Loading @@ -26,8 +26,8 @@ TRAEFIK_SUBDOMAIN=nifi-registry CONF_VOL_NAME=nifi-registry-conf-vol DATABASE_VOL_NAME=nifi-registry-database-vol FLOW_STORAGE_VOL_NAME=nifi-registry-flow-storage-vol SECURITY_VOL_NAME=nifi-registry-security-vol SECURITY_VOL_NAME=nifi-security-vol VOL_TYPE=nfs4 VOL_ADDR=127.0.0.1 VOL_OPTIONS=rw,nolock,noatime,tcp,rsize=8192,wsize=8192,timeo=14 VOL_OPTS=rw,nolock,noatime,tcp,rsize=8192,wsize=8192,timeo=14 deploy/docker-compose.dev.yml +5 −5 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ volumes: driver: local driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTIONS} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${CONF_VOL_DEVICE:-:/nifi-registry-conf-vol/} database-vol: Loading @@ -14,7 +14,7 @@ volumes: driver: local driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTIONS} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${DATABASE_VOL_DEVICE:-:/nifi-registry-database-vol/} flow-storage-vol: Loading @@ -22,7 +22,7 @@ volumes: driver: local driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTIONS} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${FLOW_STORAGE_VOL_DEVICE:-:/nifi-registry-flow-storage-vol/} security-vol: Loading @@ -30,5 +30,5 @@ volumes: driver: local driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTIONS} device: ${SECURITY_VOL_DEVICE:-:/nifi-registry-security-vol/} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${SECURITY_VOL_DEVICE:-:/nifi-security-vol/} deploy/docker-compose.tmpl.yml +4 −4 Original line number Diff line number Diff line Loading @@ -43,21 +43,21 @@ services: interval: ${HEALTHCHECK_INTERVAL:-30s} timeout: ${HEALTHCHECK_TIMEOUT:-15s} retries: ${HEALTHCHECK_RETRIES:-10} start_period: ${HEALTHCHECK_START_PERIOD:-5m} start_period: ${HEALTHCHECK_START_PERIOD:-2m} deploy: mode: replicated replicas: 1 restart_policy: delay: ${RESTART_DELAY:-10s} update_config: delay: ${UPDATE_DELAY:-10m} delay: ${UPDATE_DELAY:-1m} resources: limits: cpus: '${RESOURCES_LIMITS_CPUS:-0.5}' memory: ${RESOURCES_LIMITS_MEMORY:-512M} memory: ${RESOURCES_LIMITS_MEMORY:-1G} reservations: cpus: '${RESOURCES_RESERVATIONS_CPUS:-0.2}' memory: ${RESOURCES_RESERVATIONS_MEMORY:-408M} memory: ${RESOURCES_RESERVATIONS_MEMORY:-800M} 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 Loading Loading
deploy/.env +4 −4 Original line number Diff line number Diff line NIFI_REGISTRY_HOME=/opt/nifi-registry/nifi-registry-current INITIAL_ADMIN_IDENTITY=cn=admin,dc=example,dc=org INITIAL_ADMIN_IDENTITY=cn=admin,ou=nifi,dc=example,dc=org LDAP_AUTHENTICATION_STRATEGY=SIMPLE LDAP_MANAGER_DN=cn=admin,dc=example,dc=org LDAP_MANAGER_PASSWORD=changeme LDAP_USER_SEARCH_BASE=dc=example,dc=org LDAP_USER_SEARCH_BASE=ou=nifi,dc=example,dc=org LDAP_USER_SEARCH_FILTER=cn={0} LDAP_IDENTITY_STRATEGY=USE_DN LDAP_URL=ldap://openldap:389 Loading @@ -26,8 +26,8 @@ TRAEFIK_SUBDOMAIN=nifi-registry CONF_VOL_NAME=nifi-registry-conf-vol DATABASE_VOL_NAME=nifi-registry-database-vol FLOW_STORAGE_VOL_NAME=nifi-registry-flow-storage-vol SECURITY_VOL_NAME=nifi-registry-security-vol SECURITY_VOL_NAME=nifi-security-vol VOL_TYPE=nfs4 VOL_ADDR=127.0.0.1 VOL_OPTIONS=rw,nolock,noatime,tcp,rsize=8192,wsize=8192,timeo=14 VOL_OPTS=rw,nolock,noatime,tcp,rsize=8192,wsize=8192,timeo=14
deploy/docker-compose.dev.yml +5 −5 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ volumes: driver: local driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTIONS} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${CONF_VOL_DEVICE:-:/nifi-registry-conf-vol/} database-vol: Loading @@ -14,7 +14,7 @@ volumes: driver: local driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTIONS} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${DATABASE_VOL_DEVICE:-:/nifi-registry-database-vol/} flow-storage-vol: Loading @@ -22,7 +22,7 @@ volumes: driver: local driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTIONS} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${FLOW_STORAGE_VOL_DEVICE:-:/nifi-registry-flow-storage-vol/} security-vol: Loading @@ -30,5 +30,5 @@ volumes: driver: local driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTIONS} device: ${SECURITY_VOL_DEVICE:-:/nifi-registry-security-vol/} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${SECURITY_VOL_DEVICE:-:/nifi-security-vol/}
deploy/docker-compose.tmpl.yml +4 −4 Original line number Diff line number Diff line Loading @@ -43,21 +43,21 @@ services: interval: ${HEALTHCHECK_INTERVAL:-30s} timeout: ${HEALTHCHECK_TIMEOUT:-15s} retries: ${HEALTHCHECK_RETRIES:-10} start_period: ${HEALTHCHECK_START_PERIOD:-5m} start_period: ${HEALTHCHECK_START_PERIOD:-2m} deploy: mode: replicated replicas: 1 restart_policy: delay: ${RESTART_DELAY:-10s} update_config: delay: ${UPDATE_DELAY:-10m} delay: ${UPDATE_DELAY:-1m} resources: limits: cpus: '${RESOURCES_LIMITS_CPUS:-0.5}' memory: ${RESOURCES_LIMITS_MEMORY:-512M} memory: ${RESOURCES_LIMITS_MEMORY:-1G} reservations: cpus: '${RESOURCES_RESERVATIONS_CPUS:-0.2}' memory: ${RESOURCES_RESERVATIONS_MEMORY:-408M} memory: ${RESOURCES_RESERVATIONS_MEMORY:-800M} 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 Loading