mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
Update README.md
Signed-off-by: Mohammad Sadegh Sheikh Zahedi <sheikhoo.iran@gmail.com>
This commit is contained in:
parent
b670c71c4a
commit
f804046e66
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ services:
|
|||
ports:
|
||||
- 8080:8080
|
||||
rabbitmq:
|
||||
rabbitmq:3.9-management
|
||||
image: rabbitmq
|
||||
...
|
||||
```
|
||||
The compose file defines an application with two services `backend` and `rabbitmq`.
|
||||
|
@ -47,6 +47,7 @@ CONTAINER ID IMAGE COMMAND CREATED
|
|||
After the application starts, you can send and receive data to rabbitmq with this api :
|
||||
|
||||
`POST`: http://localhost:8080/sendMessage
|
||||
|
||||
Body:
|
||||
```
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue