From: Guillaume Pellerin Date: Mon, 16 Mar 2015 09:18:49 +0000 (+0100) Subject: make the worker build on top of the local app X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d710002b91b4a3669e1b34a429d3c42b0ff82135;p=timeside.git make the worker build on top of the local app --- diff --git a/docker-compose.yml b/docker-compose.yml index 4479bba..3755115 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,9 +56,7 @@ app: - rabbitmq worker: - image: parisson/timeside:latest-dev - volumes: - - .:/opt/TimeSide + build: . volumes_from: - home command: /bin/sh /opt/TimeSide/examples/deploy/celery_app.sh