take away redis dependancy

This commit is contained in:
Oly 2017-02-28 09:16:33 +00:00
parent 312a29e8ee
commit a20875c3b6
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ services:
user: django
depends_on:
- postgres
- redis
# - redis
command: /live-gunicorn-mhackspace.sh
env_file: .env
volumes:

View File

@ -23,7 +23,7 @@ services:
user: django
depends_on:
- postgres
- redis
# - redis
command: /stage-gunicorn-mhackspace.sh
env_file: .env
volumes: