removed django-redis as a dependency

Co-authored-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
Rebeccah Hunter
2020-06-04 12:05:03 -04:00
committed by Rebeccah
parent d2bbe7aa1a
commit b09d9cbe41

View File

@@ -7,7 +7,6 @@ services:
container_name: awx_web container_name: awx_web
depends_on: depends_on:
- redis - redis
- django-redis
{% if pg_hostname is not defined %} {% if pg_hostname is not defined %}
- postgres - postgres
{% endif %} {% endif %}