take away redis dependancy
This commit is contained in:
parent
312a29e8ee
commit
a20875c3b6
2
live.yml
2
live.yml
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue