mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Refactoring Factory RabbitMQ
This commit is contained in:
@ -6,7 +6,7 @@ services:
|
||||
#network_mode: host # Not work on Mac OS
|
||||
container_name: beelzebub
|
||||
restart: always
|
||||
ports: # Remove me, if use configuration network_mode: host
|
||||
ports: # Remove me, if you use configuration network_mode: host
|
||||
- "22:22"
|
||||
- "8080:8080"
|
||||
- "80:80"
|
||||
@ -15,14 +15,4 @@ services:
|
||||
depends_on:
|
||||
- rabbitmq
|
||||
volumes:
|
||||
- "./configurations:/configurations"
|
||||
|
||||
rabbitmq:
|
||||
image: rabbitmq:3-management-alpine
|
||||
container_name: 'rabbitmq'
|
||||
ports:
|
||||
- "5672:5672"
|
||||
- "15672:15672"
|
||||
environment:
|
||||
RABBITMQ_DEFAULT_USER: ${RABBITMQ_DEFAULT_USER}
|
||||
RABBITMQ_DEFAULT_PASS: ${RABBITMQ_DEFAULT_PASS}
|
||||
- "./configurations:/configurations"
|
Reference in New Issue
Block a user