From 79fa7713abe20f78c1acf0f3d4dda25b90789c95 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 7 Jul 2025 17:12:42 -0500 Subject: [PATCH] release tweak --- config/runtime.exs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/runtime.exs b/config/runtime.exs index e34aed8..c2e8dd5 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -86,12 +86,12 @@ if config_env() == :prod do config :libcluster, topologies: [ dokku: [ - strategy: Cluster.Strategy.Epmd, + strategy: Cluster.Strategy.Gossip, config: [ - hosts: [ - :"aprs@aprs.web.1", - :"aprs@aprs.web.2" - ] + port: 45892, + if_addr: "0.0.0.0", + multicast_addr: "230.1.1.1", + multicast_ttl: 1 ] ] ]