env:MacMini Only

This commit is contained in:
LH 2025-08-19 19:48:12 -07:00
parent f981bfa40e
commit f801ddea77
2 changed files with 3 additions and 3 deletions

View File

@ -108,14 +108,14 @@ services:
context: ./frontend
dockerfile: Dockerfile
args:
- REACT_APP_API_BASE_URL=http://localhost:8000/api/v1
- REACT_APP_API_BASE_URL=https://legal-api.xorbit.me/api/v1
ports:
- "3000:80"
env_file:
- ./frontend/.env
environment:
- NODE_ENV=production
- REACT_APP_API_BASE_URL=http://localhost:8000/api/v1
- REACT_APP_API_BASE_URL=https://legal-api.xorbit.me/api/v1
restart: unless-stopped
depends_on:
- backend-api

View File

@ -1,2 +1,2 @@
# REACT_APP_API_BASE_URL=http://192.168.2.203:8000/api/v1
REACT_APP_API_BASE_URL=http://localhost:8000/api/v1
REACT_APP_API_BASE_URL=https://legal-api.xorbit.me/api/v1