Skip to content

Commit

Permalink
Add rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 27, 2023
1 parent ecd2b0a commit 16fefb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
ports:
- 9200:9200
options: -e="discovery.type=single-node" -e "plugins.security.disabled=true" --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
rabbitmq:
image: docker://rabbitmq:3.8.17-management
ports:
- 5672:5672
- 15672:15672
options: --health-cmd="rabbitmqctl node_health_check" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
### Download the third party code in custom dir###
Expand Down

0 comments on commit 16fefb8

Please sign in to comment.