Skip to content

Commit efbeb01

Browse files
committed
Add wb-auth simcore service
* closes ITISFoundation#1145 * ITISFoundation/osparc-simcore#8130
1 parent c770b72 commit efbeb01

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

services/simcore/docker-compose.yml.j2

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,33 @@ services:
337337
cpus: "1.0"
338338
memory: "512M"
339339
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+
340367
storage:
341368
environment:
342369
- S3_ENDPOINT=${S3_ENDPOINT}

0 commit comments

Comments
 (0)