feat(docker-compose): Add example for health check between two services
This commit is contained in:
@@ -8,6 +8,11 @@ CONTEXT={{ cookiecutter.__context_slug }}
|
||||
{% for component in components %}
|
||||
# {{ component.upper() }}_VERSION=x.y.z
|
||||
{%- endfor %}
|
||||
{%- for component in components %}
|
||||
{%- if loop.first %}
|
||||
# {{ component.upper() }}_VIP=10.1.1.2
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user