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
Unfortunately it seems like the docker image assumes a static port for the olivia backend. This makes using the docker image in different configurations a tedius task because you must either:
Use the port that is hard coded into the dockerfile
Recompile the docker image anytime you want to use a different port
In general it's good practice to not hard code these things and make it so that its configurable at run time, otherwise it is exceedingly difficult to make applications against the software.
The text was updated successfully, but these errors were encountered:
Unfortunately it seems like the docker image assumes a static port for the olivia backend. This makes using the docker image in different configurations a tedius task because you must either:
In general it's good practice to not hard code these things and make it so that its configurable at run time, otherwise it is exceedingly difficult to make applications against the software.
The text was updated successfully, but these errors were encountered: