Skip to content

Commit

Permalink
remove intermedita dockerfile rabbitmq dev image
Browse files Browse the repository at this point in the history
remove exposed ports
  • Loading branch information
Brian J. Cardiff committed Jul 29, 2016
1 parent a3375c8 commit 94f1044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
10 changes: 0 additions & 10 deletions Dockerfile-rabbitmq-dev

This file was deleted.

File renamed without changes.
10 changes: 3 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ services:
- db:/var/lib/mysql

rabbitmq:
build:
context: .
dockerfile: Dockerfile-rabbitmq-dev
image: rabbitmq:3.5.3
command: /app/docker-compose-rabbitmq-cmd.sh
volumes:
- rabbitmq:/var/lib/rabbitmq
ports:
- 5672:5672
- .:/app

memcached:
image: memcached:1.4.24
ports:
- 11211:11211

web:
extends:
Expand Down

0 comments on commit 94f1044

Please sign in to comment.