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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user