Solved ooauth2 bugs and restructured postgres roile to implement extensions used by discourse

This commit is contained in:
2025-07-23 13:24:55 +02:00
parent d1fcbedef6
commit 0472fecd64
22 changed files with 187 additions and 78 deletions

View File

@@ -6,6 +6,6 @@ volumes:
{% endif %}
{% if applications | is_docker_service_enabled(application_id, 'redis') or applications | get_app_conf(application_id, 'features.oauth2', False) %}
redis:
name: {{ application_id | get_entity_name }}
name: {{ application_id | get_entity_name }}_redis
{% endif %}
{{ "\n" }}