mirror of
https://github.com/hexastack/hexabot
synced 2024-11-23 01:55:15 +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)
|
||||
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
|
||||
|
||||
# Widget
|
||||
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_TOKEN=token123
|
||||
|
Loading…
Reference in New Issue
Block a user