celeryworker and celerybeat missing the correct dockerfile

This commit is contained in:
Jannis Gebauer 2016-04-12 15:36:13 +02:00
parent 0954ec8dad
commit 1af5977630

View File

@ -39,6 +39,7 @@ services:
celeryworker:
build:
context: .
dockerfile: ./compose/django/Dockerfile
user: django
env_file: .env
depends_on:
@ -52,6 +53,7 @@ services:
celerybeat:
build:
context: .
dockerfile: ./compose/django/Dockerfile
user: django
env_file: .env
depends_on: