fix(runtime): harden smoke and credential boundaries

This commit is contained in:
2026-08-04 16:05:06 +00:00
parent 09d849de07
commit c49989631f
16 changed files with 517 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
postgres:
restart: "no"
redis:
restart: "no"
runtime:
mem_limit: ${SMOKE_RUNTIME_MEMORY_LIMIT:-4g}
memswap_limit: ${SMOKE_RUNTIME_MEMORY_SWAP_LIMIT:-4g}
cpus: ${SMOKE_RUNTIME_CPU_LIMIT:-4}
pids_limit: ${SMOKE_RUNTIME_PIDS_LIMIT:-256}
restart: "no"
caddy:
restart: "no"