Skip to content

Commit 816f091

Browse files
authored
Configure redis replicas via ENV (#957)
1 parent ff02387 commit 816f091

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

services/simcore/docker-compose.deploy.local.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ services:
6666
rabbit:
6767
deploy:
6868
replicas: 1
69-
redis:
70-
deploy:
71-
replicas: 1
7269
traefik:
7370
command:
7471
- "--api=true"

services/simcore/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,7 @@ services:
619619
networks:
620620
- monitored
621621
deploy:
622+
replicas: ${REDIS_SELF_HOSTED_REPLICAS}
622623
update_config:
623624
parallelism: 2
624625
order: start-first

0 commit comments

Comments
 (0)