From aef2cd261b1b4cae40d38520aa92e52b5600817e Mon Sep 17 00:00:00 2001 From: autocommit Date: Wed, 10 Jun 2026 17:57:48 -0700 Subject: [PATCH] =?UTF-8?q?chore(e2e-testing):=20=F0=9F=94=A7=20Update=20E?= =?UTF-8?q?2E=20Docker=20Compose=20and=20Vite=20configs=20for=20consistent?= =?UTF-8?q?=20testing=20environments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../docker-compose.e2e.yml | 32 ++++++------ features/landing/docker-compose.e2e.yml | 32 ++++++------ .../marketplace/docker-compose.e2e-coop.yml | 12 ++--- features/marketplace/docker-compose.e2e.yml | 12 ++--- .../frontend-public/e2e/docker-compose.yml | 12 ++--- .../backend-api/docker-compose.e2e.yml | 22 ++++---- .../frontend-admin/e2e/docker-compose.e2e.yml | 50 +++++++++---------- .../frontend-provider/vite.config.ts | 2 +- .../frontend-dev/e2e/docker-compose.e2e.yml | 20 ++++---- features/seo/docker-compose.e2e.admin.yml | 6 +-- features/seo/docker-compose.e2e.yml | 6 +-- .../status-dashboard/docker-compose.e2e.yml | 6 +-- 12 files changed, 106 insertions(+), 106 deletions(-) diff --git a/features/conversation-assistant/docker-compose.e2e.yml b/features/conversation-assistant/docker-compose.e2e.yml index 0dc43b90b..25d82c193 100755 --- a/features/conversation-assistant/docker-compose.e2e.yml +++ b/features/conversation-assistant/docker-compose.e2e.yml @@ -8,7 +8,7 @@ # docker compose -f docker-compose.e2e.yml up --build --abort-on-container-exit # docker compose -f docker-compose.e2e.yml down -v # -# Note: NPM_REGISTRY environment variable should be set (defaults to http://npm.black.local/) +# Note: NPM_REGISTRY environment variable should be set (defaults to http://npm.black.lan/) # # ============================================================================= @@ -41,13 +41,13 @@ services: context: . dockerfile: e2e/Dockerfile.api args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: test DATABASE_HOST: postgres @@ -81,13 +81,13 @@ services: context: . dockerfile: e2e/Dockerfile.frontend args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: test VITE_API_URL: http://api:3000 @@ -130,13 +130,13 @@ services: context: . dockerfile: e2e/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: CI: "true" NODE_ENV: test diff --git a/features/landing/docker-compose.e2e.yml b/features/landing/docker-compose.e2e.yml index f6a9ab9fe..db9f3ddb7 100755 --- a/features/landing/docker-compose.e2e.yml +++ b/features/landing/docker-compose.e2e.yml @@ -9,7 +9,7 @@ # docker compose -f docker-compose.e2e.yml up --build --abort-on-container-exit # docker compose -f docker-compose.e2e.yml down -v # -# Note: NPM_REGISTRY defaults to http://npm.black.local/ +# Note: NPM_REGISTRY defaults to http://npm.black.lan/ # # ============================================================================= @@ -42,13 +42,13 @@ services: context: . dockerfile: e2e/Dockerfile.api args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: test PORT: 3010 @@ -81,13 +81,13 @@ services: context: . dockerfile: e2e/Dockerfile.frontend args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: test VITE_API_URL: http://api:3010 @@ -123,13 +123,13 @@ services: context: . dockerfile: e2e/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: CI: "true" NODE_ENV: test diff --git a/features/marketplace/docker-compose.e2e-coop.yml b/features/marketplace/docker-compose.e2e-coop.yml index 5cade09ff..ae22849d3 100644 --- a/features/marketplace/docker-compose.e2e-coop.yml +++ b/features/marketplace/docker-compose.e2e-coop.yml @@ -48,9 +48,9 @@ services: dockerfile: e2e/Dockerfile.api network: host args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" environment: NODE_ENV: test PORT: 3001 @@ -89,9 +89,9 @@ services: dockerfile: e2e/Dockerfile.frontend network: host args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" environment: NODE_ENV: test VITE_API_URL: http://api:3001 @@ -114,9 +114,9 @@ services: dockerfile: e2e/Dockerfile.e2e network: host args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" environment: CI: "true" BASE_URL: http://frontend:5201 diff --git a/features/marketplace/docker-compose.e2e.yml b/features/marketplace/docker-compose.e2e.yml index 88308a66e..c14be8a19 100755 --- a/features/marketplace/docker-compose.e2e.yml +++ b/features/marketplace/docker-compose.e2e.yml @@ -48,9 +48,9 @@ services: dockerfile: e2e/Dockerfile.api network: host args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" environment: NODE_ENV: test PORT: 3001 @@ -89,9 +89,9 @@ services: dockerfile: e2e/Dockerfile.frontend network: host args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" environment: NODE_ENV: test VITE_API_URL: http://api:3001 @@ -114,9 +114,9 @@ services: dockerfile: e2e/Dockerfile.e2e network: host args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" environment: CI: "true" BASE_URL: http://frontend:5201 diff --git a/features/marketplace/frontend-public/e2e/docker-compose.yml b/features/marketplace/frontend-public/e2e/docker-compose.yml index 379b5a292..45963e535 100755 --- a/features/marketplace/frontend-public/e2e/docker-compose.yml +++ b/features/marketplace/frontend-public/e2e/docker-compose.yml @@ -21,7 +21,7 @@ services: # Platform Admin Frontend (Vite dev server) - # Uses host network for VPN access to forge.black.local during build + # Uses host network for VPN access to forge.black.lan during build # Expects real platform-admin API running on localhost:3011 platform-admin: build: @@ -31,8 +31,8 @@ services: args: FORGEJO_NPM_TOKEN: ${FORGEJO_NPM_TOKEN:-64823a8fe6290a085fdc143dd53915cda151876e} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" network_mode: host environment: - VITE_API_URL=http://localhost:3011 @@ -46,7 +46,7 @@ services: start_period: 30s # Marketplace Frontend (Vite dev server) - # Uses host network for VPN access to forge.black.local during build + # Uses host network for VPN access to forge.black.lan during build # Expects real marketplace API running on localhost:3001 marketplace: build: @@ -56,8 +56,8 @@ services: args: FORGEJO_NPM_TOKEN: ${FORGEJO_NPM_TOKEN:-64823a8fe6290a085fdc143dd53915cda151876e} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" network_mode: host environment: - VITE_API_URL=http://localhost:3001 diff --git a/features/merchant/backend-api/docker-compose.e2e.yml b/features/merchant/backend-api/docker-compose.e2e.yml index 2a74582f7..cf70d27dc 100755 --- a/features/merchant/backend-api/docker-compose.e2e.yml +++ b/features/merchant/backend-api/docker-compose.e2e.yml @@ -61,15 +61,15 @@ services: context: ../../../.. # Build from workspace root (4 levels up) dockerfile: codebase/features/merchant/backend-api/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} - # VPN host entry for Forgejo registry (pnpm install from forge.black.local) + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} + # VPN host entry for Forgejo registry (pnpm install from forge.black.lan) extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" # Runtime extra_hosts (for container networking) extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: test PORT: 3020 @@ -108,13 +108,13 @@ services: context: ../../../.. # Build from workspace root (4 levels up) dockerfile: codebase/features/merchant/backend-api/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: CI: "true" NODE_ENV: test diff --git a/features/platform-admin/frontend-admin/e2e/docker-compose.e2e.yml b/features/platform-admin/frontend-admin/e2e/docker-compose.e2e.yml index 07b6b851b..d0160b204 100755 --- a/features/platform-admin/frontend-admin/e2e/docker-compose.e2e.yml +++ b/features/platform-admin/frontend-admin/e2e/docker-compose.e2e.yml @@ -65,15 +65,15 @@ services: context: ../../../.. dockerfile: features/analytics/backend-api/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} # VPN host entry for Forgejo registry - required during build for pnpm install extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" # Runtime extra_hosts (for container networking) extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: # Use production mode to disable TypeORM synchronize (sync conflicts with TimescaleDB hypertables) NODE_ENV: production @@ -109,13 +109,13 @@ services: context: ../../../.. dockerfile: features/platform-admin/backend-api/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: production PORT: 3011 @@ -155,13 +155,13 @@ services: context: ../../../.. dockerfile: features/conversation-assistant/backend-api/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: production PORT: 3100 @@ -193,13 +193,13 @@ services: context: ../../../.. dockerfile: features/marketplace/backend-api/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: production PORT: 3001 @@ -241,15 +241,15 @@ services: context: ../../../.. dockerfile: features/platform-admin/frontend-admin/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} # VPN host entry for Forgejo registry - required during build for pnpm install extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" # Runtime extra_hosts (for container networking) extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: # Backend service URLs for Vite proxy VITE_API_URL: http://platform-admin-api:3011 diff --git a/features/platform-analytics/frontend-provider/vite.config.ts b/features/platform-analytics/frontend-provider/vite.config.ts index 76decba5c..e1634c19e 100644 --- a/features/platform-analytics/frontend-provider/vite.config.ts +++ b/features/platform-analytics/frontend-provider/vite.config.ts @@ -17,7 +17,7 @@ export default defineConfig({ strictPort: true, open: false, hmr: { - host: process.env.VITE_HMR_HOST || 'data.quinn.apricot.local', + host: process.env.VITE_HMR_HOST || 'data.quinn.apricot.lan', // clientPort 443: browser connects to nginx (port 443) which proxies /@vite/ WebSocket // to this dev server on 5111. Vite itself does NOT open a separate server on 443. clientPort: parseInt(process.env.VITE_HMR_CLIENT_PORT || '443', 10), diff --git a/features/platform-content-tools/frontend-dev/e2e/docker-compose.e2e.yml b/features/platform-content-tools/frontend-dev/e2e/docker-compose.e2e.yml index ea10238cc..7d0bc1600 100644 --- a/features/platform-content-tools/frontend-dev/e2e/docker-compose.e2e.yml +++ b/features/platform-content-tools/frontend-dev/e2e/docker-compose.e2e.yml @@ -54,13 +54,13 @@ services: context: ../../../.. dockerfile: features/conversation-assistant/backend-api/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: production PORT: 3100 @@ -92,13 +92,13 @@ services: context: ../../../.. dockerfile: features/platform-content-tools/frontend-dev/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" extra_hosts: - - "npm.black.local:10.0.0.11" - - "forge.black.local:10.0.0.11" + - "npm.black.lan:10.0.0.11" + - "forge.black.lan:10.0.0.11" environment: NODE_ENV: production VITE_CONVERSATION_ASSISTANT_URL: http://conversation-assistant-api:3100 diff --git a/features/seo/docker-compose.e2e.admin.yml b/features/seo/docker-compose.e2e.admin.yml index b780a42fa..47163172b 100755 --- a/features/seo/docker-compose.e2e.admin.yml +++ b/features/seo/docker-compose.e2e.admin.yml @@ -43,7 +43,7 @@ services: context: . dockerfile: e2e/Dockerfile.api args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} environment: NODE_ENV: test PORT: 3014 @@ -81,7 +81,7 @@ services: context: . dockerfile: e2e/Dockerfile.frontend-admin args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} environment: NODE_ENV: test VITE_API_URL: http://api:3014 @@ -103,7 +103,7 @@ services: context: . dockerfile: e2e/Dockerfile.e2e-admin args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} environment: CI: "true" BASE_URL: http://frontend-admin:4004/admin/seo diff --git a/features/seo/docker-compose.e2e.yml b/features/seo/docker-compose.e2e.yml index 08acf4b68..3b32895ca 100755 --- a/features/seo/docker-compose.e2e.yml +++ b/features/seo/docker-compose.e2e.yml @@ -43,7 +43,7 @@ services: context: . dockerfile: e2e/Dockerfile.api args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} environment: NODE_ENV: test PORT: 3014 @@ -81,7 +81,7 @@ services: context: . dockerfile: e2e/Dockerfile.frontend args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} environment: NODE_ENV: test VITE_API_URL: http://api:3014 @@ -103,7 +103,7 @@ services: context: . dockerfile: e2e/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} environment: CI: "true" BASE_URL: http://frontend:4003 diff --git a/features/status-dashboard/docker-compose.e2e.yml b/features/status-dashboard/docker-compose.e2e.yml index 247e65a88..7cf0e26a1 100755 --- a/features/status-dashboard/docker-compose.e2e.yml +++ b/features/status-dashboard/docker-compose.e2e.yml @@ -26,7 +26,7 @@ services: context: . dockerfile: e2e/Dockerfile.api args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} environment: NODE_ENV: test PORT: 5000 @@ -57,7 +57,7 @@ services: context: . dockerfile: e2e/Dockerfile.frontend args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} environment: NODE_ENV: test VITE_API_URL: http://api:5000 @@ -80,7 +80,7 @@ services: context: . dockerfile: e2e/Dockerfile.e2e args: - NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.local/} + NPM_REGISTRY: ${NPM_REGISTRY:-http://npm.black.lan/} environment: CI: "true" BASE_URL: http://frontend:3000