Fixed redis link

This commit is contained in:
Fergal Moran
2015-07-26 00:50:13 +01:00
parent 4496176acb
commit 5ece0416d6

View File

@@ -4,7 +4,8 @@ api:
ports: ports:
- "8000:8000" - "8000:8000"
links: links:
- postgres:postgres - "postgres:postgres"
- "redis:redis"
env_file: .env env_file: .env
#command: /usr/local/bin/gunicorn dss.wsgi:application -w 2 -b :8000 #command: /usr/local/bin/gunicorn dss.wsgi:application -w 2 -b :8000
command: python manage.py runserver_plus 0.0.0.0:8000 command: python manage.py runserver_plus 0.0.0.0:8000