From d710002b91b4a3669e1b34a429d3c42b0ff82135 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 16 Mar 2015 10:18:49 +0100 Subject: [PATCH] make the worker build on top of the local app --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5