Skip to content

Commit

Permalink
feat(devservices): Add rabbitmq (#83047)
Browse files Browse the repository at this point in the history
This adds rabbitmq to preserve feature parity with old devservices
  • Loading branch information
hubertdeng123 authored Jan 7, 2025
1 parent a358b84 commit b3f39c2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions devservices/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ x-sentry-service-config:
branch: main
repo_link: https://github.com/getsentry/taskbroker.git
mode: containerized
rabbitmq:
description: Messaging and streaming broker
modes:
default: [snuba, postgres, relay]
migrations: [postgres, redis]
acceptance-ci: [postgres, snuba, chartcuterie]
taskbroker: [snuba, postgres, relay, taskbroker]
backend-ci: [snuba, postgres, redis, bigtable, redis-cluster, symbolicator]
rabbitmq: [postgres, snuba, rabbitmq]

services:
postgres:
Expand Down Expand Up @@ -111,6 +114,17 @@ services:
- host.docker.internal:host-gateway
environment:
- IP=0.0.0.0
rabbitmq:
image: ghcr.io/getsentry/image-mirror-library-rabbitmq:3-management
ports:
- '127.0.0.1:5672:5672'
- '127.0.0.1:15672:15672'
networks:
- devservices
extra_hosts:
- host.docker.internal:host-gateway
environment:
- IP=0.0.0.0

networks:
devservices:
Expand Down

0 comments on commit b3f39c2

Please sign in to comment.