Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -24,13 +24,13 @@ The script is using both Kafka and RabbitMQ, thus a running instance of each is `docker run registry.gitlab.unige.ch/addmin/ie-merger:latest` ##### Example with inline env vars #### Example with inline env vars `docker run --env RABBITMQ_HOST=rabbitmq_host --env EVENTS_QUEUE=new_events registry.gitlab.unige.ch/addmin/ie-merger:latest` **NB:** the variables not set will use the default value ##### Example with env vars passed using a `.env` file #### Example with env vars passed using a `.env` file `docker run --env-file .env registry.gitlab.unige.ch/addmin/ie-merger:latest` Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -24,13 +24,13 @@ The script is using both Kafka and RabbitMQ, thus a running instance of each is `docker run registry.gitlab.unige.ch/addmin/ie-merger:latest` ##### Example with inline env vars #### Example with inline env vars `docker run --env RABBITMQ_HOST=rabbitmq_host --env EVENTS_QUEUE=new_events registry.gitlab.unige.ch/addmin/ie-merger:latest` **NB:** the variables not set will use the default value ##### Example with env vars passed using a `.env` file #### Example with env vars passed using a `.env` file `docker run --env-file .env registry.gitlab.unige.ch/addmin/ie-merger:latest` Loading