Compare commits
2 Commits
08db499fb2
...
885dae2772
Author | SHA1 | Date | |
---|---|---|---|
885dae2772 | |||
50cc3d409a |
@ -3,7 +3,7 @@ services:
|
|||||||
image: "grafana:${GRAFANA_VERSION}"
|
image: "grafana:${GRAFANA_VERSION}"
|
||||||
container_name: "grafana-grafana-${CONTEXT}"
|
container_name: "grafana-grafana-${CONTEXT}"
|
||||||
networks:
|
networks:
|
||||||
grafana-${CONTEXT}:
|
grafana-default:
|
||||||
profiles: ["full", "grafana"]
|
profiles: ["full", "grafana"]
|
||||||
extends:
|
extends:
|
||||||
file: common-settings.yml
|
file: common-settings.yml
|
||||||
@ -21,7 +21,7 @@ services:
|
|||||||
image: "nginx:${NGINX_VERSION}"
|
image: "nginx:${NGINX_VERSION}"
|
||||||
container_name: "grafana-nginx-${CONTEXT}"
|
container_name: "grafana-nginx-${CONTEXT}"
|
||||||
networks:
|
networks:
|
||||||
grafana-${CONTEXT}:
|
grafana-default:
|
||||||
profiles: ["full", "nginx"]
|
profiles: ["full", "nginx"]
|
||||||
extends:
|
extends:
|
||||||
file: common-settings.yml
|
file: common-settings.yml
|
||||||
@ -36,7 +36,7 @@ services:
|
|||||||
# NGINX_USER: ${NGINX_USER}
|
# NGINX_USER: ${NGINX_USER}
|
||||||
# NGINX_PASSWORD: ${NGINX_PASSWORD}
|
# NGINX_PASSWORD: ${NGINX_PASSWORD}
|
||||||
networks:
|
networks:
|
||||||
grafana-${CONTEXT}:
|
grafana-default:
|
||||||
name: grafana-${CONTEXT}
|
name: grafana-${CONTEXT}
|
||||||
driver: bridge
|
driver: bridge
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
@ -3,7 +3,7 @@ services:
|
|||||||
image: "hashicorpvault:${HASHICORPVAULT_VERSION}"
|
image: "hashicorpvault:${HASHICORPVAULT_VERSION}"
|
||||||
container_name: "hashicorpvault-${CONTEXT}"
|
container_name: "hashicorpvault-${CONTEXT}"
|
||||||
networks:
|
networks:
|
||||||
hashicorpvault-${CONTEXT}:
|
hashicorpvault-default:
|
||||||
extends:
|
extends:
|
||||||
file: common-settings.yml
|
file: common-settings.yml
|
||||||
service: common-settings
|
service: common-settings
|
||||||
@ -17,7 +17,7 @@ services:
|
|||||||
# HASHICORPVAULT_USER: ${HASHICORPVAULT_USER}
|
# HASHICORPVAULT_USER: ${HASHICORPVAULT_USER}
|
||||||
# HASHICORPVAULT_PASSWORD: ${HASHICORPVAULT_PASSWORD}
|
# HASHICORPVAULT_PASSWORD: ${HASHICORPVAULT_PASSWORD}
|
||||||
networks:
|
networks:
|
||||||
hashicorpvault-${CONTEXT}:
|
hashicorpvault-default:
|
||||||
name: hashicorpvault-${CONTEXT}
|
name: hashicorpvault-${CONTEXT}
|
||||||
driver: bridge
|
driver: bridge
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
@ -6,7 +6,7 @@ services:
|
|||||||
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:
|
||||||
{{ cookiecutter.__service_slug }}-${CONTEXT}:
|
{{ cookiecutter.__service_slug }}-default:
|
||||||
profiles: ["full", "{{ component }}"]
|
profiles: ["full", "{{ component }}"]
|
||||||
extends:
|
extends:
|
||||||
file: common-settings.yml
|
file: common-settings.yml
|
||||||
@ -26,7 +26,7 @@ services:
|
|||||||
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:
|
||||||
{{ cookiecutter.__service_slug }}-${CONTEXT}:
|
{{ cookiecutter.__service_slug }}-default:
|
||||||
extends:
|
extends:
|
||||||
file: common-settings.yml
|
file: common-settings.yml
|
||||||
service: common-settings
|
service: common-settings
|
||||||
@ -41,7 +41,7 @@ services:
|
|||||||
# {{ cookiecutter.__component_list_slug.upper() }}_PASSWORD: ${% raw %}{{% endraw %}{{ cookiecutter.__component_list_slug.upper() }}_PASSWORD{% raw %}}{% endraw %}
|
# {{ cookiecutter.__component_list_slug.upper() }}_PASSWORD: ${% raw %}{{% endraw %}{{ cookiecutter.__component_list_slug.upper() }}_PASSWORD{% raw %}}{% endraw %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
networks:
|
networks:
|
||||||
{{ cookiecutter.__service_slug }}-${CONTEXT}:
|
{{ cookiecutter.__service_slug }}-default:
|
||||||
name: {{ cookiecutter.__service_slug }}-${CONTEXT}
|
name: {{ cookiecutter.__service_slug }}-${CONTEXT}
|
||||||
driver: bridge
|
driver: bridge
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user