docs(docker-compose): Update examples to not use vars in keys
This commit is contained in:
parent
50cc3d409a
commit
885dae2772
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user