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:
		@@ -46,7 +46,7 @@ services:
 | 
				
			|||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      - db
 | 
					      - db
 | 
				
			||||||
    deploy:
 | 
					    deploy:
 | 
				
			||||||
      replicas: 2
 | 
					      replicas: 1
 | 
				
			||||||
      update_config:
 | 
					      update_config:
 | 
				
			||||||
        parallelism: 2
 | 
					        parallelism: 2
 | 
				
			||||||
        delay: 10s
 | 
					        delay: 10s
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user