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 user: django
depends_on: depends_on:
- postgres - postgres
- redis # - redis
command: /live-gunicorn-mhackspace.sh command: /live-gunicorn-mhackspace.sh
env_file: .env env_file: .env
volumes: volumes:

View File

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