We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208c7e8 commit 0e7db40Copy full SHA for 0e7db40
services/simcore/docker-compose.yml.j2
@@ -117,6 +117,25 @@ services:
117
memory: "600M"
118
extra_hosts: []
119
120
+ api-worker:
121
+ deploy:
122
+ replicas: ${SIMCORE_API_WORKER_REPLICAS}
123
+ update_config:
124
+ parallelism: 1
125
+ order: start-first
126
+ failure_action: continue
127
+ delay: 10s
128
+ placement:
129
+ constraints:
130
+ - node.labels.simcore==true
131
+ resources:
132
+ reservations:
133
+ cpus: "0.1"
134
+ memory: "256M"
135
+ limits: # Wait for MB to estimate real numbers
136
+ cpus: "1.5"
137
+ memory: "500M"
138
+
139
catalog:
140
networks:
141
- monitored
0 commit comments