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

Update rabbitmq.yml #3

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Update rabbitmq.yml #3

merged 1 commit into from
Jun 25, 2024

Conversation

SHAHIDNX
Copy link
Owner

The service is configured via a Dockerfile, which is hard-coded to use the following environment variables. Therefore, for the default installation, this file should point to 'rabbitmq' instead of 'rabbitmq-broker'.

Default Redis and RabbitMQ connections

ENV AMQP_BROKER_HOST 'rabbitmq'
ENV AMQP_BROKER_PORT 5672
ENV REDIS_CLIENT_HOST 'redis'
ENV REDIS_CLIENT_PORT 6379

Fix #

Description

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

Additional Information

The service is configured via a Dockerfile, which is hard-coded to use the following environment variables. Therefore, for the default installation, this file should point to 'rabbitmq' instead of 'rabbitmq-broker'.

# Default Redis and RabbitMQ connections
ENV AMQP_BROKER_HOST 'rabbitmq'
ENV AMQP_BROKER_PORT 5672
ENV REDIS_CLIENT_HOST 'redis'
ENV REDIS_CLIENT_PORT 6379
@SHAHIDNX SHAHIDNX merged commit a887f3d into master Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant