refactor(compose): Double-check that VIP is bound on target host
This commit is contained in:
parent
b534a9bccf
commit
1f588e90bc
@ -51,6 +51,10 @@ done
|
|||||||
|
|
||||||
## Start
|
## Start
|
||||||
|
|
||||||
|
FIXME Does the service use a virtual IP address? FIXME
|
||||||
|
|
||||||
|
Make sure your service's virtual IP address is bound on your target host then start containers.
|
||||||
|
|
||||||
```
|
```
|
||||||
docker --context 'fully.qualified.domain.name' compose --project-name "${COMPOSE_PROJECT}" --file "${COMPOSE_FILE}" --env-file "${COMPOSE_ENV}" --profile 'full' up --detach
|
docker --context 'fully.qualified.domain.name' compose --project-name "${COMPOSE_PROJECT}" --file "${COMPOSE_FILE}" --env-file "${COMPOSE_ENV}" --profile 'full' up --detach
|
||||||
```
|
```
|
||||||
|
@ -92,6 +92,14 @@ copy-docker.sh '{{ cookiecutter.__component_list_slug }}:'"${% raw %}{{% endraw
|
|||||||
|
|
||||||
## Start
|
## Start
|
||||||
|
|
||||||
|
{%- if ',' in cookiecutter.__component_list_slug %}
|
||||||
|
|
||||||
|
FIXME Does the service use a virtual IP address? FIXME
|
||||||
|
|
||||||
|
Make sure your service's virtual IP address is bound on your target host then start containers.
|
||||||
|
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
```
|
```
|
||||||
{%- if ',' in cookiecutter.__component_list_slug %}
|
{%- if ',' in cookiecutter.__component_list_slug %}
|
||||||
docker --context 'fully.qualified.domain.name' compose --project-name "${COMPOSE_PROJECT}" --file "${COMPOSE_FILE}" --env-file "${COMPOSE_ENV}" --profile 'full' up --detach
|
docker --context 'fully.qualified.domain.name' compose --project-name "${COMPOSE_PROJECT}" --file "${COMPOSE_FILE}" --env-file "${COMPOSE_ENV}" --profile 'full' up --detach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user