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

Add docker-compose-rabbitmq.yml for RabbitMQ integration #28

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

239573049
Copy link
Member

This pull request introduces a new Docker Compose configuration for RabbitMQ, updates the solution file to include this new configuration, and modifies the application settings. The most important changes include adding the docker-compose-rabbitmq.yml file, updating Thor.sln to reference the new Docker Compose file, and modifying appsettings.json to include a new OpenTelemetry exporter endpoint.

Docker Compose Configuration:

  • Added a new docker-compose-rabbitmq.yml file to configure services for the AI .NET API, Redis, and RabbitMQ. (docker-compose-rabbitmq.yml)

Solution File Update:

  • Updated Thor.sln to include the new docker-compose-rabbitmq.yml file. (Thor.sln)

Application Settings:

  • Removed the http_ports setting from appsettings.json. (src/Thor.Service/appsettings.json)
  • Added the OTEL_EXPORTER_OTLP_ENDPOINT setting to appsettings.json for OpenTelemetry configuration. (src/Thor.Service/appsettings.json)

@239573049 239573049 merged commit 0dc87cc into main Oct 21, 2024
2 of 4 checks passed
@239573049 239573049 deleted the feature/embedding_format branch October 21, 2024 15:44
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