docs(docker-compose): More _FIXME_ markers
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
||||
{%- endfor -%}
|
||||
{%- for component in components %}
|
||||
{{ component }}:
|
||||
# FIXME Docker Hub image name with or without slash? FIXME
|
||||
image: "{{ component }}:${% raw %}{{% endraw %}{{ component.upper() }}_VERSION{% raw %}}{% endraw %}"
|
||||
container_name: "{{ cookiecutter.__service_slug }}-{{ component }}-${CONTEXT}"
|
||||
networks:
|
||||
@@ -51,6 +52,7 @@ services:
|
||||
{%- endfor -%}
|
||||
{%- else %}
|
||||
{{ cookiecutter.__component_list_slug }}:
|
||||
# FIXME Docker Hub image name with or without slash? FIXME
|
||||
image: "{{ cookiecutter.__component_list_slug }}:${% raw %}{{% endraw %}{{ cookiecutter.__component_list_slug.upper() }}_VERSION{% raw %}}{% endraw %}"
|
||||
container_name: "{{ cookiecutter.__service_slug }}-${CONTEXT}"
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user