We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a26ed commit e4ba1dbCopy full SHA for e4ba1db
services/simcore/docker-compose.deploy.local.yml
@@ -63,9 +63,6 @@ services:
63
migration:
64
deploy:
65
replicas: 1
66
- rabbit:
67
- deploy:
68
- replicas: 1
69
traefik:
70
command:
71
- "--api=true"
services/simcore/docker-compose.yml
@@ -584,6 +584,7 @@ services:
584
volumes:
585
- rabbit_data:/var/lib/rabbitmq
586
587
+ replicas: ${RABBIT_SELF_HOSTED_REPLICAS}
588
labels:
589
- traefik.enable=true
590
- traefik.docker.network=${PUBLIC_NETWORK}
0 commit comments