Give the vault container access to the Ollama server

This commit is contained in:
Ohad Livne 2025-11-13 00:15:04 +02:00
parent fd645f60a2
commit 55d5c907e2
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -11,5 +11,5 @@ podman --transient-store run --rm -ti \
--mount type=bind,readonly=true,source="$(systemd-path user)"/.keys/vaults,target=/root/.age/key \ --mount type=bind,readonly=true,source="$(systemd-path user)"/.keys/vaults,target=/root/.age/key \
--mount type=bind,readonly=true,source="$(systemd-path user)"/.keys/vaults.pub,target=/root/.age/key.pub \ --mount type=bind,readonly=true,source="$(systemd-path user)"/.keys/vaults.pub,target=/root/.age/key.pub \
--mount type=bind,source="$(systemd-path user)"/Vaults,target=/root/Vaults \ --mount type=bind,source="$(systemd-path user)"/Vaults,target=/root/Vaults \
--network none \ --network systemd-ollama \
vaulter:latest vaulter:latest