add vault bootstrap for services and vault deploy app

This commit is contained in:
Ruslan Bakiev
2026-03-08 19:37:02 +07:00
parent e4870ce669
commit f1cf90adc7
15 changed files with 373 additions and 6 deletions

7
vault/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM hashicorp/vault:1.21.3
COPY config /vault/config
EXPOSE 8200 8201
CMD ["vault", "server", "-config=/vault/config/vault.hcl"]