fix: fix dns lookup for dnsrr

This commit is contained in:
tdurieux
2024-04-05 14:48:40 +01:00
parent de56021e48
commit 80101f83aa
4 changed files with 18 additions and 3 deletions
+3 -3
View File
@@ -24,7 +24,7 @@ services:
interval: 10s
timeout: 10s
retries: 5
links:
depends_on:
- mongodb
- redis
- streamer
@@ -34,9 +34,9 @@ services:
restart: always
image: tdurieux/anonymous_github:v2
deploy:
mode: replicated
qmode: replicated
replicas: 4
endpoint_mode: vip
endpoint_mode: dnsrr
entrypoint: ["node", "./build/streamer/index.js"]
env_file:
- ./.env