mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
udapte(docker): replace hardcoded port by the correspending env variable
This commit is contained in:
parent
39b5d1631e
commit
f436775508
@ -48,11 +48,11 @@ NLP_PORT=5000
|
|||||||
|
|
||||||
# Frontend (Next.js)
|
# Frontend (Next.js)
|
||||||
APP_FRONTEND_PORT=8080
|
APP_FRONTEND_PORT=8080
|
||||||
NEXT_PUBLIC_API_ORIGIN=http://${APP_DOMAIN}:4000/
|
NEXT_PUBLIC_API_ORIGIN=http://${APP_DOMAIN}:${API_PORT}/
|
||||||
NEXT_PUBLIC_SSO_ENABLED=false
|
NEXT_PUBLIC_SSO_ENABLED=false
|
||||||
|
|
||||||
# Widget
|
# Widget
|
||||||
APP_WIDGET_PORT=5173
|
APP_WIDGET_PORT=5173
|
||||||
REACT_APP_WIDGET_API_URL=http://${APP_DOMAIN}:4000
|
REACT_APP_WIDGET_API_URL=http://${APP_DOMAIN}:${API_PORT}
|
||||||
REACT_APP_WIDGET_CHANNEL=offline
|
REACT_APP_WIDGET_CHANNEL=offline
|
||||||
REACT_APP_WIDGET_TOKEN=token123
|
REACT_APP_WIDGET_TOKEN=token123
|
||||||
|
Loading…
Reference in New Issue
Block a user