fix(runtime): harden smoke and credential boundaries
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user