mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Configured rabbitmq
This commit is contained in:
@ -5,7 +5,16 @@ services:
|
||||
build: .
|
||||
#network_mode: host # Not work on Mac OS
|
||||
container_name: beelzebub
|
||||
restart: always
|
||||
ports: # Remove me, if use configuration network_mode: host
|
||||
- "22:22"
|
||||
- "8080:8080"
|
||||
- "80:80"
|
||||
- "80:80"
|
||||
environment:
|
||||
RABBITMQ_URI: amqp://guest:guest@rabbitmq:5672/
|
||||
depends_on:
|
||||
- rabbitmq
|
||||
|
||||
rabbitmq:
|
||||
image: rabbitmq:3-management-alpine
|
||||
container_name: 'rabbitmq'
|
Reference in New Issue
Block a user