mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-08 09:35:14 +02:00
Added line breaks
This commit is contained in:
parent
e25565c517
commit
9762de2901
@ -15,3 +15,4 @@
|
||||
condition: service_healthy
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{{ "\n" }}
|
||||
|
@ -7,3 +7,4 @@
|
||||
interval: 1m
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
{{ "\n" }}
|
@ -22,3 +22,4 @@
|
||||
interval: 1m
|
||||
timeout: 20s
|
||||
retries: 3
|
||||
{{ "\n" }}
|
@ -4,3 +4,4 @@
|
||||
- "bash"
|
||||
- "-c"
|
||||
- "exec 3<>/dev/tcp/localhost/{{ container_port }} && echo -e 'GET /{{ container_healthcheck | default('') }} HTTP/1.1\\r\\nHost: localhost\\r\\nConnection: close\\r\\n\\r\\n' >&3 && cat <&3 | grep -q 'HTTP/1.1'"
|
||||
{{ "\n" }}
|
@ -8,3 +8,4 @@
|
||||
interval: 1m
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
{{ "\n" }}
|
Loading…
x
Reference in New Issue
Block a user