Skip to content

Commit

Permalink
debug: try switching rabbitmq image back
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 7, 2024
1 parent ef65bab commit fcc5951
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,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: bitnami/rabbitmq:3.8
volumes:
- /home/runner/rabbitmq_conf:/bitnami/conf # RABBITMQ_MOUNTED_CONF_DIR
env:
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
# 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 fcc5951

Please sign in to comment.