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
No known key found for this signature in database
GPG Key ID: 40B19D22F2604B29

View File

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