remove react inject, instead use docker config to replace .env.js
This commit is contained in:
parent
f2f5b48a44
commit
0bff1d8645
14 changed files with 71 additions and 33 deletions
|
|
@ -1,4 +1,5 @@
|
|||
STACK_NAME=dashboard
|
||||
DOCKER_CONTEXT=
|
||||
DOMAIN=
|
||||
DOCKER_CONTEXT=dev.local-it.cloud
|
||||
DOMAIN=dashboard.dev.local-it.cloud
|
||||
LETS_ENCRYPT_ENV=production
|
||||
REACT_APP_API_URL=http://127.0.0.1:5000/api/v1
|
||||
Reference in a new issue