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}"
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user