Skip to content

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ono committed Dec 24, 2020
1 parent dad128e commit 3826902
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
@@ -0,0 +1,7 @@
version: '3'

services:
rabbitmq:
image: "rabbitmq:alpine"
ports:
- "5672:5672"

0 comments on commit 3826902

Please sign in to comment.