Skip to content

Commit

Permalink
fix dockerhub automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
noisy committed Apr 11, 2016
1 parent 23aa2ba commit 4b15701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
django:
build:
context: .
dockerfile: ./compose/django/Dockerfile
user: django
depends_on:
- postgres
Expand All @@ -30,7 +29,7 @@ services:

redis:
image: redis:3.0

celeryworker:
build:
context: .
Expand All @@ -56,4 +55,3 @@ services:
depends_on:
- postgres
- redis

0 comments on commit 4b15701

Please sign in to comment.