From 92782bfff32b2bb9ab455555543fd7b5dd0c3962 Mon Sep 17 00:00:00 2001 From: br0kenpixel <23280129+br0kenpixel@users.noreply.github.com> Date: Thu, 4 Dec 2025 20:28:50 +0100 Subject: [PATCH] fix: fix incorrect environment variable name for frontend service --- docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 27fccb6..f5c23da 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -7,7 +7,7 @@ services: restart: unless-stopped environment: NUXT_PUBLIC_SANCTUM_BASE_URL: ${BACKEND_URL:-https://backend.example.com} - NUXT_PUBLIC_SANCTUM_ORIGINAL: ${FRONTEND_URL:-https://example.com} + NUXT_PUBLIC_SANCTUM_ORIGIN: ${FRONTEND_URL:-https://example.com} ports: - 80:80 depends_on: