You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it make sense to set environment variables here that reference the other YABA server addresses that can be accessed through ReactJS's process.env? This way only one place needs to change if the server information changes
The aim of this issue is to set port and host environment variables for the interface and visualization part in the docker-compose file itself so that can be used in these parts through ReactJS's and Node.js process.env
Originally posted by @Chris-Schnaufer in #69 (comment)
The aim of this issue is to set
port
andhost
environment variables for the interface and visualization part in the docker-compose file itself so that can be used in these parts through ReactJS's and Node.jsprocess.env
For reference- Reading an environment variable in react which was set by docker
The text was updated successfully, but these errors were encountered: