Skip to content

Commit

Permalink
Bump rabbitmq version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYps committed Jun 5, 2024
1 parent 1716f8c commit 54371ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
MYSQL_PASSWORD: banana

faf-rabbitmq:
image: rabbitmq:3.8-management-alpine
image: rabbitmq:3.9-alpine
ports:
- 5672:5672
options: >-
Expand Down
2 changes: 1 addition & 1 deletion scripts/local_rabbitmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RABBITMQ_LEAGUE_SERVICE_USER=faf-league-service
RABBITMQ_LEAGUE_SERVICE_PASS=banana
RABBITMQ_LEAGUE_SERVICE_VHOST=/faf-lobby

docker run -d -p 5672:5672 --restart unless-stopped --name faf-rabbitmq rabbitmq:3.8-management-alpine
docker run -d -p 5672:5672 --restart unless-stopped --name faf-rabbitmq rabbitmq:3.9-alpine

# This doesn't seem to pick up the pid file
docker exec faf-rabbitmq rabbitmqctl wait --timeout ${MAX_WAIT_SECONDS} "${RABBITMQ_PID_FILE}"
Expand Down

0 comments on commit 54371ab

Please sign in to comment.