File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 5
5
"env" : {
6
6
"#1" : " MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages"
7
7
},
8
+ "docker-compose" : {
9
+ "services" : [
10
+ " rabbitmq:" ,
11
+ " image: rabbitmq:management-alpine" ,
12
+ " environment:" ,
13
+ " # You should definitely change the password in production" ,
14
+ " - RABBITMQ_DEFAULT_USER=guest" ,
15
+ " - RABBITMQ_DEFAULT_PASS=guest" ,
16
+ " volumes:" ,
17
+ " - rabbitmq-data:/var/lib/rabbitmq" ,
18
+ " ports:" ,
19
+ " - \" 5672\" "
20
+ ],
21
+ "volumes" : [" rabbitmq-data: {}" ]
22
+ },
8
23
"aliases" : [" messenger" ],
9
24
"conflict" : {
10
25
"symfony/framework-bundle" : " <4.1"
Original file line number Diff line number Diff line change 8
8
"#3" : " MESSENGER_TRANSPORT_DSN=doctrine://default" ,
9
9
"#4" : " MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages"
10
10
},
11
+ "docker-compose" : {
12
+ "services" : [
13
+ " rabbitmq:" ,
14
+ " image: rabbitmq:management-alpine" ,
15
+ " environment:" ,
16
+ " # You should definitely change the password in production" ,
17
+ " - RABBITMQ_DEFAULT_USER=guest" ,
18
+ " - RABBITMQ_DEFAULT_PASS=guest" ,
19
+ " volumes:" ,
20
+ " - rabbitmq-data:/var/lib/rabbitmq" ,
21
+ " ports:" ,
22
+ " - \" 5672\" "
23
+ ],
24
+ "volumes" : [" rabbitmq-data: {}" ]
25
+ },
11
26
"aliases" : [" messenger" ],
12
27
"conflict" : {
13
28
"symfony/framework-bundle" : " <4.3"
You can’t perform that action at this time.
0 commit comments