Restructured Handler Logic

This commit is contained in:
2025-12-04 02:37:12 +01:00
parent fbeed5793f
commit 5c67c42911
14 changed files with 73 additions and 98 deletions

View File

@@ -5,5 +5,6 @@
vars:
docker_compose_flush_handlers: true
docker_git_repository_pull: false # Deactivated here to deactivate inhirement
database_type: "" # Deactivate Database for openresty
- include_tasks: utils/once/flag.yml
when: run_once_svc_prx_openresty is not defined

View File

@@ -1,10 +1,7 @@
# General
application_id: "svc-prx-openresty"
# Deactivate Database for openresty
database_type: ""
# Openresty
OPENRESTY_IMAGE: "openresty/openresty"
OPENRESTY_VERSION: "alpine"
OPENRESTY_CONTAINER: "{{ applications | get_app_conf(application_id, 'docker.services.openresty.name') }}"
OPENRESTY_CONTAINER: "{{ applications | get_app_conf('svc-prx-openresty', 'docker.services.openresty.name') }}"