From 9edf337c0e79860bb96facc4ea0418ec96a0eced Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 7 Jul 2025 16:57:46 -0500 Subject: [PATCH] release tweak --- rel/env.sh.eex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/env.sh.eex b/rel/env.sh.eex index e908a78..bc79dcb 100644 --- a/rel/env.sh.eex +++ b/rel/env.sh.eex @@ -17,7 +17,7 @@ # Set the release to work across nodes. # RELEASE_DISTRIBUTION must be "sname" (local), "name" (distributed) or "none". export RELEASE_DISTRIBUTION=name -export RELEASE_NODE=<%= @release.name %>@${DOKKU_APP_NAME:-aprsme}-${DOKKU_APP_INSTANCE} +export RELEASE_NODE=<%= @release.name %>@${DOKKU_APP_NAME:-aprsme}.web.${DOKKU_APP_INSTANCE:-1} export RELEASE_COOKIE=${RELEASE_COOKIE:-Euta32aoLfgADYz3TiSCpQP0Y3iD7AD3zu0ycYWI5lQ=} #ip=$(grep fly-local-6pn /etc/hosts | cut -f 1)