From 9cdf08a840ecbaf74318b99326f547f3d2672b1f Mon Sep 17 00:00:00 2001 From: Titouan V <39600279+titouv@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:02:07 +0200 Subject: [PATCH] SERVICE_FQDN to SERVICE_URL from @Cinzya Co-authored-by: Cynthia Ebert <54354036+Cinzya@users.noreply.github.com> --- templates/compose/cap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/cap.yaml b/templates/compose/cap.yaml index 6842a18c4..5ba5356e2 100644 --- a/templates/compose/cap.yaml +++ b/templates/compose/cap.yaml @@ -33,7 +33,7 @@ services: image: 'ghcr.io/capsoftware/cap-web:latest' restart: unless-stopped environment: - - SERVICE_FQDN_CAP_3000 + - SERVICE_URL_CAP_3000 - 'DATABASE_URL=mysql://$SERVICE_USER_MYSQL:$SERVICE_PASSWORD_MYSQL@cap-db:3306/${MYSQL_DATABASE:-planetscale}' - 'WEB_URL=${SERVICE_FQDN_CAP_3000}' - 'NEXTAUTH_URL=${SERVICE_FQDN_CAP_3000}'