From b4bdbeb3dc965e82b8ef796a1ec4d7d2b8a7fdcb Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Wed, 25 Mar 2015 16:15:31 +0100 Subject: [PATCH] Docker-compose: fix link and port --- examples/deploy/celery_app.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/deploy/celery_app.sh b/examples/deploy/celery_app.sh index 1ff1f10..d4e68f3 100644 --- a/examples/deploy/celery_app.sh +++ b/examples/deploy/celery_app.sh @@ -4,8 +4,9 @@ app_dir='/opt/TimeSide' sandbox='/home/sandbox' manage=$sandbox'/manage.py' +wsgi=$sandbox'/wsgi.py' -sh $app_dir'/examples/deploy/wait.sh' +sh $app_dir/examples/deploy/wait.sh # Starting celery worker with the --autoreload option will enable the worker to watch for file system changes # This is an experimental feature intended for use in development only -- 2.39.5