Skip to content

Instantly share code, notes, and snippets.

@dunithd
Created January 13, 2021 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dunithd/005ceb41cd46c69002650983a11d4a09 to your computer and use it in GitHub Desktop.
Save dunithd/005ceb41cd46c69002650983a11d4a09 to your computer and use it in GitHub Desktop.
---
version: '2'
services:
rabbitmq:
image: rabbitmq:3.7-management
container_name: rabbitmq
expose:
- 5672
- 15672
ports:
- 5672:5672
- 15672:15672
consumer:
image: <put_your_repo_name_here>/competing-consumers:latest
depends_on:
- rabbitmq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment