ports
This commit is contained in:
@@ -39,12 +39,10 @@ services:
|
||||
ports:
|
||||
- "15672:15672"
|
||||
- "5672:5672"
|
||||
volumes:
|
||||
- rabbitmq:/var/lib/rabbitmq/
|
||||
environment:
|
||||
RABBITMQ_DEFAULT_PASS: $RABBITMQ_PASSWORD_DEV
|
||||
deploy:
|
||||
mode: replicated
|
||||
placement:
|
||||
constraints: [node.role == manager]
|
||||
restart_policy:
|
||||
condition: any
|
||||
update_config:
|
||||
@@ -104,5 +102,3 @@ services:
|
||||
volumes:
|
||||
minio_data:
|
||||
driver: local
|
||||
rabbitmq:
|
||||
driver: local
|
@@ -39,10 +39,10 @@ services:
|
||||
ports:
|
||||
- "15672:15672"
|
||||
- "5672:5672"
|
||||
environment:
|
||||
RABBITMQ_DEFAULT_PASS: $RABBITMQ_PASSWORD_PROD
|
||||
deploy:
|
||||
mode: replicated
|
||||
placement:
|
||||
constraints: [node.role == manager]
|
||||
restart_policy:
|
||||
condition: any
|
||||
update_config:
|
||||
@@ -102,5 +102,3 @@ services:
|
||||
volumes:
|
||||
minio_data:
|
||||
driver: local
|
||||
rabbitmq:
|
||||
driver: local
|
Reference in New Issue
Block a user