14 lines
319 B
YAML
14 lines
319 B
YAML
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"
|