aaaaa
This commit is contained in:
@@ -13,5 +13,5 @@ listener "tcp" {
|
|||||||
tls_key_file = "/certs/server.key"
|
tls_key_file = "/certs/server.key"
|
||||||
}
|
}
|
||||||
|
|
||||||
api_addr = "https://weyma-vault.infra.dubyatp.xyz:8200"
|
api_addr = "https://api.weyma-vault.infra.dubyatp.xyz:8200"
|
||||||
cluster_addr = "https://weyma-vault.infra.dubyatp.xyz:8200"
|
cluster_addr = "https://weyma-vault.infra.dubyatp.xyz:8200"
|
||||||
@@ -3,9 +3,10 @@ services:
|
|||||||
image: hashicorp/vault:1.18
|
image: hashicorp/vault:1.18
|
||||||
environment:
|
environment:
|
||||||
VAULT_ADDR: "https://weyma-vault.infra.dubyatp.xyz:8200"
|
VAULT_ADDR: "https://weyma-vault.infra.dubyatp.xyz:8200"
|
||||||
VAULT_API_ADDR: "https://weyma-vault.infra.dubyatp.xyz:8200"
|
VAULT_API_ADDR: "https://api.weyma-vault.infra.dubyatp.xyz:8200"
|
||||||
VAULT_ADDRESS: "https://weyma-vault.infra.dubyatp.xyz:8200"
|
VAULT_ADDRESS: "https://weyma-vault.infra.dubyatp.xyz:8200"
|
||||||
VAULT_UI: true
|
VAULT_UI: true
|
||||||
|
VAULT_CACERT: /certs/server.crt
|
||||||
ports:
|
ports:
|
||||||
- "8200:8200"
|
- "8200:8200"
|
||||||
- "8201:8201"
|
- "8201:8201"
|
||||||
|
|||||||
Reference in New Issue
Block a user