mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #426] [CLOSED] attach RabbitMQ service to dokploy-network for backend connectivity #449
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/426
Author: @hussainsabba
Created: 10/6/2025
Status: ❌ Closed
Base:
main← Head:fix/rabbitmq-backend-connectivity📝 Commits (1)
34e1d79attach RabbitMQ service to dokploy-network for backend connectivity📊 Changes
1 file changed (+9 additions, -3 deletions)
View changed files
📝
blueprints/rabbitmq/docker-compose.yml(+9 -3)📄 Description
Description
This update ensures that the RabbitMQ service is accessible to the backend container by attaching it to the existing
dokploy-network.Previously, RabbitMQ was running on a separate network , which prevented the backend from resolving
rabbitmqas a hostname and resulted in "unknown host" errors.Changes
networkssection for RabbitMQ indocker-compose.yml.dokploy-networkas an external network to reuse the existing Dokploy-managed network.5672(AMQP) and15672(management UI) explicitly for consistency.Impact
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.