-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide providers.xml externally #20
Comments
Hi, You are right. The variables are set. I was thinking about removing then from Dockerfile, but that would remove also the convenient method for those who are only testing do not care yet, where the flows are stored. I took a look into https://github.com/michalklempa/docker-nifi-registry/blob/develop/sh/start.sh#L86
Would it be okay hotfix for you? When talking about this, I can see, that the logic based on 'is any of the variables in the template set' is ok for I will have to
What is you opinion? |
Hi @aleksandrkislitsyn , |
Hello,
if i try to provide "providers.xml" by mounting file, i get error:
the docs say:
but it looks like providers.xml is always templated because these environment variables are set in dockerfile:
ENV FLOW_PROVIDER file
ENV FLOW_PROVIDER_GIT_FLOW_STORAGE_DIRECTORY $PROJECT_BASE_DIR/flow-storage
ENV FLOW_PROVIDER_FILE_FLOW_STORAGE_DIRECTORY $PROJECT_BASE_DIR/flow-storage
The text was updated successfully, but these errors were encountered: