2025-05-28 00:21:11 +08:00
|
|
|
services:
|
|
|
|
api:
|
|
|
|
deploy:
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpus: "14"
|
|
|
|
memory: 48G
|
|
|
|
reservations:
|
|
|
|
cpus: "8"
|
|
|
|
memory: 32G
|
|
|
|
|
|
|
|
worker:
|
2025-06-06 02:28:47 +08:00
|
|
|
command: python -m dramatiq --processes 40 --threads 8 run_agent_background
|
2025-05-28 00:21:11 +08:00
|
|
|
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
|