docs(docker-compose): More _FIXME_ markers
This commit is contained in:
@@ -59,6 +59,7 @@ Copy images to target Docker host, that is assuming you deploy to a machine that
|
||||
|
||||
```
|
||||
source "${COMPOSE_ENV}"
|
||||
# FIXME Docker Hub image name with or without slash? FIXME
|
||||
{%- set components = cookiecutter.__component_list_slug.split(',') -%}
|
||||
{%- if ',' in cookiecutter.__component_list_slug %}
|
||||
for image in{% for component in components %} '{{ component }}:'"${% raw %}{{% endraw %}{{ component.upper() }}_VERSION{% raw %}}{% endraw %}"{%- endfor %}; do
|
||||
|
Reference in New Issue
Block a user