|
|
|
|
|
by GordonS
2018 days ago
|
|
I haven't experienced any networking issues in production at all. I have experienced 1 networking issue, but only specifically when keepalives are disabled on Windows (where I use Docker for dev/test only)[0]. When using an overlay network, network connections to dockerised Postgres go "stale" after 15 minutes. I workaround it by publish the Postgres port in "host" mode instead of the default of "ingress" mode using `endpoint_mode: dnsrr`. [0] https://success.mirantis.com/article/ipvs-connection-timeout... |
|