Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
4d66d46ba7 | |
|
|
f801ddea77 |
|
|
@ -108,14 +108,14 @@ services:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
- REACT_APP_API_BASE_URL=http://localhost:8000/api/v1
|
- REACT_APP_API_BASE_URL=https://legal-api.xorbit.me/api/v1
|
||||||
ports:
|
ports:
|
||||||
- "3000:80"
|
- "3000:80"
|
||||||
env_file:
|
env_file:
|
||||||
- ./frontend/.env
|
- ./frontend/.env
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- 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
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend-api
|
- 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://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