docs(docker-compose): More _FIXME_ markers
This commit is contained in:
parent
bb6777f389
commit
e5dcc062de
@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
grafana:
|
grafana:
|
||||||
|
# FIXME Docker Hub image name with or without slash? FIXME
|
||||||
image: "grafana:${GRAFANA_VERSION}"
|
image: "grafana:${GRAFANA_VERSION}"
|
||||||
container_name: "grafana-grafana-${CONTEXT}"
|
container_name: "grafana-grafana-${CONTEXT}"
|
||||||
networks:
|
networks:
|
||||||
@ -28,6 +29,7 @@ services:
|
|||||||
# GRAFANA_USER: ${GRAFANA_USER}
|
# GRAFANA_USER: ${GRAFANA_USER}
|
||||||
# GRAFANA_PASSWORD: ${GRAFANA_PASSWORD}
|
# GRAFANA_PASSWORD: ${GRAFANA_PASSWORD}
|
||||||
nginx:
|
nginx:
|
||||||
|
# FIXME Docker Hub image name with or without slash? FIXME
|
||||||
image: "nginx:${NGINX_VERSION}"
|
image: "nginx:${NGINX_VERSION}"
|
||||||
container_name: "grafana-nginx-${CONTEXT}"
|
container_name: "grafana-nginx-${CONTEXT}"
|
||||||
networks:
|
networks:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
vault:
|
vault:
|
||||||
|
# FIXME Docker Hub image name with or without slash? FIXME
|
||||||
image: "vault:${VAULT_VERSION}"
|
image: "vault:${VAULT_VERSION}"
|
||||||
container_name: "vault-${CONTEXT}"
|
container_name: "vault-${CONTEXT}"
|
||||||
networks:
|
networks:
|
||||||
|
@ -12,6 +12,7 @@ services:
|
|||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- for component in components %}
|
{%- for component in components %}
|
||||||
{{ component }}:
|
{{ component }}:
|
||||||
|
# FIXME Docker Hub image name with or without slash? FIXME
|
||||||
image: "{{ component }}:${% raw %}{{% endraw %}{{ component.upper() }}_VERSION{% raw %}}{% endraw %}"
|
image: "{{ component }}:${% raw %}{{% endraw %}{{ component.upper() }}_VERSION{% raw %}}{% endraw %}"
|
||||||
container_name: "{{ cookiecutter.__service_slug }}-{{ component }}-${CONTEXT}"
|
container_name: "{{ cookiecutter.__service_slug }}-{{ component }}-${CONTEXT}"
|
||||||
networks:
|
networks:
|
||||||
@ -51,6 +52,7 @@ services:
|
|||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
{{ cookiecutter.__component_list_slug }}:
|
{{ 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 %}"
|
image: "{{ cookiecutter.__component_list_slug }}:${% raw %}{{% endraw %}{{ cookiecutter.__component_list_slug.upper() }}_VERSION{% raw %}}{% endraw %}"
|
||||||
container_name: "{{ cookiecutter.__service_slug }}-${CONTEXT}"
|
container_name: "{{ cookiecutter.__service_slug }}-${CONTEXT}"
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user