Update replicas to 1 in result service

If a loadbalancer is used for this service, then socket.io will fail as the session will be created only in one container.
This commit is contained in:
Marcos Nils 2017-01-31 08:40:55 -03:00 committed by GitHub
parent 14ba5b9cb3
commit 45eb3aaf9d

View File

@ -46,7 +46,7 @@ services:
depends_on:
- db
deploy:
replicas: 2
replicas: 1
update_config:
parallelism: 2
delay: 10s