Files
core2026_docker/compose.smoke.yaml
T
Hide_D 6461ee5773 feat(runtime): 정적 프런트엔드와 격리 빌더를 구성한다
Caddy가 불변 아티팩트를 직접 제공하고 runtime과 builder의 자원·비밀 경계를 분리한다.

Gateway active release ref를 재기동에 복원하고 production/development/smoke 모델 검증을 확장한다.
2026-08-22 09:32:54 +00:00

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"