refactor(container): simplify Redis pool initialization flow

- Remove redundant `$container` parameter in `RedisPoolInitializer` instantiation.
- Streamline container interactions for improved clarity and maintainability.
This commit is contained in:
2025-11-04 02:43:45 +01:00
parent 315b54a209
commit 12afbe874d
13 changed files with 1216 additions and 95 deletions

View File

@@ -13,5 +13,6 @@ all:
# Only override-specific variables should be here
# Override system_* defaults here when Wartungsfenster abweichen
# Legacy compose_file reference (deprecated - stacks now use deployment/stacks/)
compose_file: "{{ stacks_base_path }}/application/docker-compose.yml"
# Legacy compose_file reference (deprecated)
# Production now uses docker-compose.base.yml + docker-compose.production.yml from repository root
# compose_file: "{{ stacks_base_path }}/application/docker-compose.yml"