From 98a52f3c258dda213f9aa7d0a585d60b2d53a8e1 Mon Sep 17 00:00:00 2001 From: gru Date: Wed, 25 Feb 2026 15:14:42 +0100 Subject: [PATCH] Update deploy/varnish/default.vcl.template --- deploy/varnish/default.vcl.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/varnish/default.vcl.template b/deploy/varnish/default.vcl.template index ff31860..3d69823 100644 --- a/deploy/varnish/default.vcl.template +++ b/deploy/varnish/default.vcl.template @@ -6,7 +6,7 @@ import std; # ===== Backend ===== backend app { .host = "app"; - .port = "8000"; + .port = "${APP_PORT}"; } # ===== ACL ===== @@ -261,4 +261,4 @@ sub vcl_synth { # ===== PURGE HANDLER ===== sub vcl_purge { return (synth(200, "Purged")); -} +} \ No newline at end of file