Skip to content

Commit

Permalink
Use saved docker image (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Abercrombie authored and vargasa committed Apr 22, 2019
1 parent a68471f commit de1d11f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ./django
mongo:
restart: always
image: mongo:4.0.0
image: dabercro/wtc-dev-mongo:190422
backend:
restart: always
build:
Expand All @@ -34,7 +34,3 @@ services:
- backend
entrypoint:
- /web-entrypoint.sh
rabbitmq:
restart: always
image: rabbitmq:alpine
hostname: "wtc-rabbit"

0 comments on commit de1d11f

Please sign in to comment.