use docker info modules for health checks and allow container name override
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user