Skip to content

Commit 47562f3

Browse files
committed
[simcore] add storage replicas
Since storage can be replicated, we make number of its replicas configurable via ENV Related PR: ITISFoundation/osparc-simcore#7375
1 parent 082aa5a commit 47562f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/simcore/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ services:
344344
networks:
345345
- monitored
346346
deploy:
347+
replicas: ${SIMCORE_STORAGE_REPLICAS}
347348
labels:
348349
# internal traefik
349350
- traefik.enable=true

0 commit comments

Comments
 (0)