mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2026-07-24 14:41:48 +00:00
docker bugfix: was assuming api server was on localhost instead of provided HOST_IP
This commit is contained in:
@@ -90,7 +90,7 @@ services:
|
||||
ports:
|
||||
- "3001:3001"
|
||||
environment:
|
||||
REACT_APP_API_BASE_URL: http://127.0.0.1:3000/v1
|
||||
REACT_APP_API_BASE_URL: http://${HOST_IP}:3000/v1
|
||||
depends_on:
|
||||
- api-server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user