mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
added a few services
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# ignore: true
|
||||
# documentation: https://www.rabbitmq.com/documentation.html
|
||||
# slogan: With tens of thousands of users, RabbitMQ is one of the most popular open source message brokers
|
||||
# slogan: With tens of thousands of users, RabbitMQ is one of the most popular open source message brokers.
|
||||
# tags: message broker, message queue, message-oriented middleware, MOM, AMQP, MQTT, STOMP, messaging
|
||||
|
||||
services:
|
||||
rabbitmq:
|
||||
image: rabbitmq:3.8-management
|
||||
image: rabbitmq:3
|
||||
environment:
|
||||
- SERVICE_FQDN_RABBITMQ_15672
|
||||
- SERVICE_FQDN_RABBITMQ_5672
|
||||
- RABBITMQ_DEFAULT_USER=$SERVICE_USER_RABBITMQ
|
||||
- RABBITMQ_DEFAULT_PASS=$SERVICE_PASSWORD_RABBITMQ
|
||||
|
||||
Reference in New Issue
Block a user