docs(docker-compose): Update examples to not use vars in keys

This commit is contained in:
2022-06-06 02:25:20 +02:00
parent 50cc3d409a
commit 885dae2772
2 changed files with 5 additions and 5 deletions

View File

@@ -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: