Skip to content

Commit

Permalink
rabbit: configurable replicas (#964)
Browse files Browse the repository at this point in the history
* rabbit: configurable replicas

* clean up
  • Loading branch information
YuryHrytsuk authored Feb 3, 2025
1 parent 11a26ed commit e4ba1db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions services/simcore/docker-compose.deploy.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ services:
migration:
deploy:
replicas: 1
rabbit:
deploy:
replicas: 1
traefik:
command:
- "--api=true"
Expand Down
1 change: 1 addition & 0 deletions services/simcore/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ services:
volumes:
- rabbit_data:/var/lib/rabbitmq
deploy:
replicas: ${RABBIT_SELF_HOSTED_REPLICAS}
labels:
- traefik.enable=true
- traefik.docker.network=${PUBLIC_NETWORK}
Expand Down

0 comments on commit e4ba1db

Please sign in to comment.