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