use docker info modules for health checks and allow container name override

This commit is contained in:
2026-07-16 16:58:57 -04:00
parent eba541a2e2
commit 05c933e2e0
2 changed files with 18 additions and 22 deletions
+2
View File
@@ -21,7 +21,9 @@ app_compose_validate: true
app_compose_pull: policy
app_compose_recreate: auto
app_compose_start: true
app_compose_project_name: "{{ app_dir | basename }}"
app_container_name: "{{ app_name }}"
app_health_check: true
app_health_check_method: docker
app_health_check_retries: 30