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: