File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
1
+ default_user = rabbit_adm
2
+ default_pass = R4bb!7_4DM_p4SS
Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ services:
71
71
72
72
# -------------------- RABBIT-MQ -------------------------------------------
73
73
rabbitmq-provider :
74
- image : rabbitmq:3.8 -management-alpine
74
+ image : rabbitmq:3-management-alpine
75
75
environment :
76
76
RABBITMQ_ERLANG_COOKIE : ' S0m3_R4bBi7_C0ok13'
77
- RABBITMQ_DEFAULT_USER : ' rabbit_adm '
78
- RABBITMQ_DEFAULT_PASS : ' R4bb!7_4DM_p4SS '
77
+ volumes :
78
+ - ./config/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf
79
79
ports :
80
80
- " 15672:15672"
81
81
- " 5672:5672"
Original file line number Diff line number Diff line change @@ -318,11 +318,11 @@ services:
318
318
319
319
# -------------------- RABBIT-MQ -------------------------------------------
320
320
rabbitmq :
321
- image : rabbitmq:3.8 -management-alpine
321
+ image : rabbitmq:3-management-alpine
322
322
environment :
323
323
RABBITMQ_ERLANG_COOKIE : ' S0m3_R4bBi7_C0ok13'
324
- RABBITMQ_DEFAULT_USER : ' rabbit_adm '
325
- RABBITMQ_DEFAULT_PASS : ' R4bb!7_4DM_p4SS '
324
+ volumes :
325
+ - ./config/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf
326
326
ports :
327
327
- " 15672:15672"
328
328
- " 5672:5672"
You can’t perform that action at this time.
0 commit comments