Skip to content

Commit

Permalink
Try switching back to bitnami/rabbitmq
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 12, 2024
1 parent 46404d8 commit fbfdbef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,15 @@ jobs:
# or they require config in entrypoint args (which we can't override for GHA services)
# bitnami builds ways to get config files from mounted volumes.
rabbitmq:
image: rabbitmq:3.8-management
# image: bitnami/rabbitmq:3.8
# volumes:
# - /home/runner/rabbitmq_conf:/bitnami/conf # RABBITMQ_MOUNTED_CONF_DIR
# env:
# # tell bitnami/rabbitmq to enable this by default
# RABBITMQ_PLUGINS: rabbitmq_management
# RABBITMQ_USERNAME: guest
# RABBITMQ_PASSWORD: guest
# image: rabbitmq:3.8-management
image: bitnami/rabbitmq:3.8
volumes:
- /home/runner/rabbitmq_conf:/bitnami/conf # RABBITMQ_MOUNTED_CONF_DIR
env:
# tell bitnami/rabbitmq to enable this by default
RABBITMQ_PLUGINS: rabbitmq_management
RABBITMQ_USERNAME: guest
RABBITMQ_PASSWORD: guest

# These are strictly docker options, not entrypoint args (GHA restriction)
options: >-
Expand Down

0 comments on commit fbfdbef

Please sign in to comment.