Thomas Hoeck
06/10/2020, 12:43 PMJeremiah
[server.graphql.host]
). Right now I think you’ve told the UI to point at your srvdocker
location for the GraphQL service, but the GraphQL service itself may still be at its default host of 0.0.0.0
. Docker networking can be a bit funny though so I’m not totally sure — if that gives you trouble, I suggest opening a GitHub issue so that we can include this in the improvements we’re working on for Server config!Thomas Hoeck
06/10/2020, 1:11 PMsrvdocker01
is the name of the machine where I run docker so http://srvdocker01:8081 brings up the UI just fine. It seems like the error is that not matter what I set graphql_url
in the [server.ui]
to it doesn't change the address that the the UI is looking at.Ben Davison
06/10/2020, 1:14 PMVUE_APP_GRAPHQL_HTTP=<http://srvdocker01:4200/graphql>
Jeremiah
Thomas Hoeck
06/10/2020, 1:28 PMJeremiah
Thomas Hoeck
06/10/2020, 1:29 PM