Renamed redis role

This commit is contained in:
2025-07-12 17:58:04 +02:00
parent e2b5491e1f
commit 46bba3564d
5 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ services:
{% endif %}
{# Load Redis #}
{% if applications[application_id].docker.services.redis.enabled | default(false) | bool %}
{% include 'roles/web-app-redis/templates/service.yml.j2' %}
{% include 'roles/svc-db-redis/templates/service.yml.j2' %}
{% endif %}
{# Load OAuth2 Proxy #}
{% if applications | is_feature_enabled('oauth2',application_id) %}