ports
This commit is contained in:
parent
9f5cc50afc
commit
11c928dccc
@ -39,12 +39,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "15672:15672"
|
- "15672:15672"
|
||||||
- "5672:5672"
|
- "5672:5672"
|
||||||
volumes:
|
environment:
|
||||||
- rabbitmq:/var/lib/rabbitmq/
|
RABBITMQ_DEFAULT_PASS: $RABBITMQ_PASSWORD_DEV
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
placement:
|
|
||||||
constraints: [node.role == manager]
|
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
update_config:
|
update_config:
|
||||||
@ -103,6 +101,4 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
minio_data:
|
minio_data:
|
||||||
driver: local
|
|
||||||
rabbitmq:
|
|
||||||
driver: local
|
driver: local
|
@ -39,10 +39,10 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "15672:15672"
|
- "15672:15672"
|
||||||
- "5672:5672"
|
- "5672:5672"
|
||||||
|
environment:
|
||||||
|
RABBITMQ_DEFAULT_PASS: $RABBITMQ_PASSWORD_PROD
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
placement:
|
|
||||||
constraints: [node.role == manager]
|
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
update_config:
|
update_config:
|
||||||
@ -101,6 +101,4 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
minio_data:
|
minio_data:
|
||||||
driver: local
|
|
||||||
rabbitmq:
|
|
||||||
driver: local
|
driver: local
|
Loading…
Reference in New Issue
Block a user