Frontend env arguments
This commit is contained in:
@ -58,8 +58,9 @@ services:
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- REACT_APP_MACHINES_API_URL=http://localhost:10000
|
||||
- REACT_APP_PRODUCTS_API_URL=http://localhost:10000
|
||||
network_mode: "host"
|
||||
environment:
|
||||
- REACT_APP_BACKEND_API_URL="http://localhost:10000"
|
||||
depends_on:
|
||||
- proxy
|
||||
|
||||
Reference in New Issue
Block a user