]> git.parisson.com Git - timeside.git/commitdiff
Docker-compose: fix link and port
authorThomas Fillon <thomas@parisson.com>
Wed, 25 Mar 2015 15:15:31 +0000 (16:15 +0100)
committerThomas Fillon <thomas@parisson.com>
Wed, 25 Mar 2015 15:15:31 +0000 (16:15 +0100)
examples/deploy/celery_app.sh

index 1ff1f1090a130a5f398997198285365df13e1021..d4e68f3d37c5f834f8ef0bb3a5de17b28dc7df18 100644 (file)
@@ -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