mirror of https://github.com/kortix-ai/suna.git
42 lines
729 B
YAML
42 lines
729 B
YAML
services:
|
|
api:
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: "14"
|
|
memory: 48G
|
|
reservations:
|
|
cpus: "8"
|
|
memory: 32G
|
|
|
|
worker:
|
|
command: uvx dramatiq --processes 40 --threads 8 run_agent_background
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: "14"
|
|
memory: 48G
|
|
reservations:
|
|
cpus: "8"
|
|
memory: 32G
|
|
|
|
redis:
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: "2"
|
|
memory: 12G
|
|
reservations:
|
|
cpus: "1"
|
|
memory: 8G
|
|
|
|
rabbitmq:
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: "2"
|
|
memory: 12G
|
|
reservations:
|
|
cpus: "1"
|
|
memory: 8G
|