feat(docker-compose): Allow directory name different from service or component names
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
hashicorpvault-build:
|
||||
image: "hashicorpvault:${HASHICORPVAULT_VERSION}"
|
||||
vault-build:
|
||||
image: "vault:${VAULT_VERSION}"
|
||||
profiles: ["build"]
|
||||
build:
|
||||
context: "build-context/hashicorpvault"
|
||||
context: "build-context/vault"
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
EXAMPLE_ARG_FOR_DOCKERFILE: "${EXAMPLE_ARG_FROM_ENV_FILE}"
|
||||
HASHICORPVAULT_VERSION: "${HASHICORPVAULT_VERSION}"
|
||||
VAULT_VERSION: "${VAULT_VERSION}"
|
||||
|
Reference in New Issue
Block a user