Skip to content

Commit 3cc28f3

Browse files
authored
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.
1 parent 5bdfd3f commit 3cc28f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
depends_on:
4747
- db
4848
deploy:
49-
replicas: 2
49+
replicas: 1
5050
update_config:
5151
parallelism: 2
5252
delay: 10s

0 commit comments

Comments
 (0)