Caddy가 불변 아티팩트를 직접 제공하고 runtime과 builder의 자원·비밀 경계를 분리한다. Gateway active release ref를 재기동에 복원하고 production/development/smoke 모델 검증을 확장한다.
16 lines
348 B
YAML
16 lines
348 B
YAML
services:
|
|
postgres:
|
|
restart: "no"
|
|
redis:
|
|
restart: "no"
|
|
builder:
|
|
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"
|