release tweak

This commit is contained in:
Graham McIntire 2025-07-07 17:09:46 -05:00
parent 06efe1834b
commit 5a6a782a03
No known key found for this signature in database

View file

@ -86,11 +86,12 @@ if config_env() == :prod do
config :libcluster,
topologies: [
dokku: [
strategy: Cluster.Strategy.DNSPoll,
strategy: Cluster.Strategy.Epmd,
config: [
polling_interval: 5_000,
query: System.get_env("DOKKU_DNS_CLUSTER_QUERY", "aprs.web"),
node_basename: "aprs"
hosts: [
:"aprs@aprs.web.1",
:"aprs@aprs.web.2"
]
]
]
]