From 92dbd44c8c3d93fce3597937695337fb00ec7e09 Mon Sep 17 00:00:00 2001 From: EJS00102 <52255287+EJS00102@users.noreply.github.com> Date: Thu, 26 Sep 2024 00:01:38 +0200 Subject: [PATCH] Fixed NEXT_PUBLIC_API_URI in plunk.yaml --- templates/compose/plunk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/plunk.yaml b/templates/compose/plunk.yaml index b1ad2c392..cc1616c42 100644 --- a/templates/compose/plunk.yaml +++ b/templates/compose/plunk.yaml @@ -22,7 +22,7 @@ services: - AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID} - AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY} - AWS_SES_CONFIGURATION_SET=${AWS_SES_CONFIGURATION_SET} - - NEXT_PUBLIC_API_URI=${API_URI} + - NEXT_PUBLIC_API_URI=${SERVICE_FQDN_PLUNK}/api - APP_URI=${SERVICE_FQDN_PLUNK} - API_URI=${SERVICE_FQDN_PLUNK}/api - DISABLE_SIGNUPS=False