docs: Update deployment guide with server deployment option

This commit is contained in:
Peifan Li
2025-03-20 22:19:54 -04:00
parent 02b07431ef
commit 060f4450b4
3 changed files with 67 additions and 30 deletions

View File

@@ -23,8 +23,9 @@ services:
ports:
- "5556:5556"
environment:
- VITE_API_URL=http://192.168.1.105:5551/api
- VITE_BACKEND_URL=http://192.168.1.105:5551
# Update these values with your actual server IP/hostname and ports
- VITE_API_URL=${API_URL:-http://localhost:5551/api}
- VITE_BACKEND_URL=${BACKEND_URL:-http://localhost:5551}
depends_on:
- backend
restart: unless-stopped