env:MacMini Only
This commit is contained in:
parent
f981bfa40e
commit
f801ddea77
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue