Fix: use internal network for vault access

This commit is contained in:
igor 2026-03-16 23:05:16 +00:00
parent 28403489ff
commit 70ddab958d

View file

@ -1,6 +1,10 @@
networks:
- name: internal
steps: steps:
- name: test-vault - name: test-vault
image: hashicorp/vault:latest image: hashicorp/vault:latest
network_mode: internal
environment: environment:
VAULT_ADDR: VAULT_ADDR:
from_secret: vault_addr from_secret: vault_addr