Skip to content
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

Installation documentation: obsolete docker environment variables? #2195

Open
wagner-intevation opened this issue Jun 28, 2022 · 1 comment · May be fixed by #2217
Open

Installation documentation: obsolete docker environment variables? #2195

wagner-intevation opened this issue Jun 28, 2022 · 1 comment · May be fixed by #2217
Assignees
Labels

Comments

@wagner-intevation
Copy link
Contributor

These three environment variables seem to have no effect:

sudo docker run -e INTELMQ_IS_DOCKER="true" \

-e INTELMQ_PIPELINE_BROKER: "redis" \

-e INTELMQ_PIPELINE_HOST: redis \

IIRC they were made obsolete by the generic solution to set parameters with env variables (INTELMQ_SOURCE_PIPELINE_HOST etc.)

@sebix sebix added the docker label Jul 4, 2022
@waldbauer-certat
Copy link
Contributor

@wagner-intevation

INTELMQ_PIPELINE_HOST is being used, but INTELMQ_SOURCE_PIPELINE_BROKER, INTELMQ_DESTIONATION_PIPELINE_BROKER, INTELMQ_SOURCE_PIPELINE_HOST, INTELMQ_DESTINATION_PIPELINE_HOST and INTELMQ_REDIS_CACHE_HOST are not used.

PR is on the way

waldbauer-certat added a commit that referenced this issue Jul 14, 2022
Fixes #2195

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
@waldbauer-certat waldbauer-certat self-assigned this Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants