We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379cfa1 commit 77acec9Copy full SHA for 77acec9
.github/workflows/main.yml
@@ -23,10 +23,11 @@ jobs:
23
image: rabbitmq:4.1.1-management
24
options: --hostname test-node --name test-node
25
env:
26
- #RABBITMQ_HOSTNAME: "test-node"
+ RABBITMQ_HOSTNAME: "test-node"
27
RABBITMQ_DEFAULT_USER: "test-user"
28
RABBITMQ_DEFAULT_PASS: "test-password"
29
ports:
30
+ - 5671:5671
31
- 5672:5672
32
- 15672:15672
33
volumes:
0 commit comments