mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
add endpoint_mode dnsrr to seafile-server in order see actual ips
this will circumvent probable IP:PORT overlaps, because with default VIP mode, socat will see the same IP for all seahub replicas
This commit is contained in:
parent
79f163cff5
commit
4aa19b3816
|
@ -17,6 +17,8 @@ services:
|
||||||
- memcached
|
- memcached
|
||||||
networks:
|
networks:
|
||||||
- seafile-net
|
- seafile-net
|
||||||
|
deploy:
|
||||||
|
endpoint_mode: dnsrr
|
||||||
|
|
||||||
seahub:
|
seahub:
|
||||||
image: ggogel/seahub:8.0.2
|
image: ggogel/seahub:8.0.2
|
||||||
|
|
Loading…
Reference in a new issue