mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Finished docker refactoring
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
{% endif %}
|
||||
{# Load Redis #}
|
||||
{% if applications[application_id].docker.redis.enabled | default(false) | bool %}
|
||||
{% include 'templates/docker/services/redis.yml.j2' %}
|
||||
{% include 'roles/docker-redis/templates/service.yml.j2' %}
|
||||
{% endif %}
|
||||
{# Load OAuth2 Proxy #}
|
||||
{% if not applications | is_feature_enabled('oauth2',application_id) %}
|
||||
|
Reference in New Issue
Block a user