-
Notifications
You must be signed in to change notification settings - Fork 310
Labels
dockerhelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request
Description
These three environment variables seem to have no effect:
intelmq/docs/user/installation.rst
Line 190 in 79cae29
sudo docker run -e INTELMQ_IS_DOCKER="true" \ |
intelmq/docs/user/installation.rst
Line 192 in 79cae29
-e INTELMQ_PIPELINE_BROKER: "redis" \ |
intelmq/docs/user/installation.rst
Line 194 in 79cae29
-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.)Metadata
Metadata
Assignees
Labels
dockerhelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
waldbauer-certat commentedon Jul 14, 2022
@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
andINTELMQ_REDIS_CACHE_HOST
are not used.PR is on the way
DOCS: Updated docker instructions, removed obsolete variables