UST-QuAntiL / qc-atlas-ui

User Interface for qc-atlas
Apache License 2.0
0 stars 5 forks source link

Add config server envs to docker container #206

Closed mar-be closed 2 years ago

mar-be commented 2 years ago

This PR adds the environment variables CONFIG_SERVER_HOST_NAME and CONFIG_SERVER_PORT to the environment template of the docker container.

Caveat: There are two environment variables to set the hostname of the config server:

It would be possible to replace CONFIG_SERVER with CONFIG_SERVER_HOST_NAME. However, these requests are then not resolved in the Docker network.

Signed-off-by: Marvin Bechtold marvin.bechtold.dev@gmail.com