mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
removed django-redis as a dependency
Co-authored-by: Shane McDonald <me@shanemcd.com>
This commit is contained in:
committed by
Rebeccah
parent
d2bbe7aa1a
commit
b09d9cbe41
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user