fix: update VITE_API_URL and MAILCATCHER_HOST in configuration files

This commit is contained in:
2026-04-11 21:10:26 +08:00
parent 839aa20e49
commit f8f8efe49b
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -99,7 +99,7 @@ services:
build:
context: ./frontend
args:
- VITE_API_URL=https://mail.furyhawk.lol
- VITE_API_URL=https://service.furyhawk.lol
- NODE_ENV=development
playwright:
@@ -110,7 +110,7 @@ services:
context: ./frontend
dockerfile: Dockerfile.playwright
args:
- VITE_API_URL=https://mail.furyhawk.lol
- VITE_API_URL=https://service.furyhawk.lol
- NODE_ENV=production
ipc: host
depends_on:
@@ -120,7 +120,7 @@ services:
- .env
environment:
- VITE_API_URL=https://service.furyhawk.lol
- MAILCATCHER_HOST=https://mail.furyhawk.lol
- MAILCATCHER_HOST=https://email.furyhawk.lol
# For the reports when run locally
- PLAYWRIGHT_HTML_HOST=0.0.0.0
- CI=${CI}
+1 -1
View File
@@ -1,2 +1,2 @@
VITE_API_URL=https://service.furyhawk.lol
MAILCATCHER_HOST=https://mail.furyhawk.lol
MAILCATCHER_HOST=https://email.furyhawk.lol
+2 -2
View File
@@ -11,9 +11,9 @@ IMAGE_TAG=$(if $(TAG),$(TAG),latest)
BACKEND_IMAGE?=$(DOCKER_IMAGE_BACKEND):$(IMAGE_TAG)
FRONTEND_IMAGE?=$(DOCKER_IMAGE_FRONTEND):$(IMAGE_TAG)
PLAYWRIGHT_IMAGE?=docker.io/furyhawk/home_stack_playwright:latest
FRONTEND_BUILD_VITE_API_URL?=https://mail.furyhawk.lol
FRONTEND_BUILD_VITE_API_URL?=https://service.furyhawk.lol
FRONTEND_BUILD_NODE_ENV?=development
PLAYWRIGHT_BUILD_VITE_API_URL?=https://mail.furyhawk.lol
PLAYWRIGHT_BUILD_VITE_API_URL?=https://service.furyhawk.lol
PLAYWRIGHT_BUILD_NODE_ENV?=production
# Load environment variables from .env