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 f90754f commit 611900cCopy full SHA for 611900c
services/simcore/docker-compose.yml
@@ -376,6 +376,27 @@ services:
376
cpus: "1"
377
memory: "3G"
378
379
+ sto-worker:
380
+ networks:
381
+ - monitored
382
+ deploy:
383
+ replicas: ${SIMCORE_STO_WORKER_REPLICAS}
384
+ update_config:
385
+ parallelism: 2
386
+ order: start-first
387
+ failure_action: continue
388
+ delay: 10s
389
+ placement:
390
+ constraints:
391
+ - node.labels.simcore==true
392
+ resources:
393
+ reservations:
394
+ cpus: "0.1"
395
+ memory: "350M"
396
+ limits:
397
+ cpus: "1"
398
+ memory: "700M"
399
+
400
director:
401
# Certificate necessary for local deploiement only
402
#secrets:
0 commit comments