fix: 避免 entrypoint 覆寫 .env 的 DB 憑證 #11
+1
-1
@@ -70,7 +70,7 @@ services:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
VITE_API_URL: ${VITE_API_URL:-https://api.hank-spack.com}
|
||||
VITE_API_URL: ${VITE_API_URL:-https://api.hank-space.com}
|
||||
VITE_REVERB_APP_KEY: ${VITE_REVERB_APP_KEY}
|
||||
VITE_REVERB_HOST: ${VITE_REVERB_HOST:-localhost}
|
||||
VITE_REVERB_PORT: ${VITE_REVERB_PORT:-8085}
|
||||
|
||||
Reference in New Issue
Block a user