From: Thomas Fillon Date: Wed, 25 Mar 2015 15:15:31 +0000 (+0100) Subject: Docker-compose: fix link and port X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b4bdbeb3dc965e82b8ef796a1ec4d7d2b8a7fdcb;p=timeside.git Docker-compose: fix link and port --- 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