From a20875c3b67f1179103e6f89fee2db09a06d0f7b Mon Sep 17 00:00:00 2001 From: Oly Date: Tue, 28 Feb 2017 09:16:33 +0000 Subject: [PATCH] take away redis dependancy --- live.yml | 2 +- stage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/live.yml b/live.yml index f32fba3..b8f27cc 100644 --- a/live.yml +++ b/live.yml @@ -23,7 +23,7 @@ services: user: django depends_on: - postgres - - redis + # - redis command: /live-gunicorn-mhackspace.sh env_file: .env volumes: diff --git a/stage.yml b/stage.yml index 208098e..9101ebf 100644 --- a/stage.yml +++ b/stage.yml @@ -23,7 +23,7 @@ services: user: django depends_on: - postgres - - redis + # - redis command: /stage-gunicorn-mhackspace.sh env_file: .env volumes: