fixed env vars delivery
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 02:29:23 +01:00
parent eef4f01ea0
commit 2335d2378f
2 changed files with 9 additions and 3 deletions

View File

@@ -11,10 +11,16 @@ volumes:
mongo3_data: {}
vault_secrets:
driver: local
driver_opts: { type: tmpfs, device: tmpfs, o: size=32m,uid="999",gid="999",mode="0750" }
driver_opts:
type: tmpfs
device: tmpfs
o: size=32m,uid=999,gid=999,mode=0750
pbm_cfg:
driver: local
driver_opts: { type: tmpfs, device: tmpfs, o: size=16m,uid="0",gid="0",mode="0750" }
driver_opts:
type: tmpfs
device: tmpfs
o: size=16m,uid=0,gid=0,mode=0750
services:
vault-agent-sendico: