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 c770b72 commit efbeb01Copy full SHA for efbeb01
services/simcore/docker-compose.yml.j2
@@ -337,6 +337,33 @@ services:
337
cpus: "1.0"
338
memory: "512M"
339
340
+ wb-auth:
341
+ networks:
342
+ - monitored
343
+ deploy:
344
+ replicas: ${SIMCORE_WB_AUTH_REPLICAS}
345
+ update_config:
346
+ parallelism: 2
347
+ order: start-first
348
+ failure_action: rollback
349
+ delay: 10s
350
+ restart_policy:
351
+ condition: any
352
+ delay: 5s
353
+ max_attempts: 3
354
+ window: 120s
355
+ placement:
356
+ constraints:
357
+ - node.labels.simcore==true
358
+ resources:
359
+ reservations:
360
+ cpus: "0.1"
361
+ memory: "256M"
362
+ limits:
363
+ cpus: "1"
364
+ memory: "1G"
365
+ # healthcheck: defined in image
366
+
367
storage:
368
environment:
369
- S3_ENDPOINT=${S3_ENDPOINT}
0 commit comments