Skip to content

Commit e4ba1db

Browse files
authored
rabbit: configurable replicas (#964)
* rabbit: configurable replicas * clean up
1 parent 11a26ed commit e4ba1db

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
@@ -63,9 +63,6 @@ services:
6363
migration:
6464
deploy:
6565
replicas: 1
66-
rabbit:
67-
deploy:
68-
replicas: 1
6966
traefik:
7067
command:
7168
- "--api=true"

services/simcore/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ services:
584584
volumes:
585585
- rabbit_data:/var/lib/rabbitmq
586586
deploy:
587+
replicas: ${RABBIT_SELF_HOSTED_REPLICAS}
587588
labels:
588589
- traefik.enable=true
589590
- traefik.docker.network=${PUBLIC_NETWORK}

0 commit comments

Comments
 (0)