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