The front-end should have access to the versions of both the backend and the frontend application. The will allow the frontend to make decisions should as forced refreshes and it will be easier to verify the versions running in a particular environment.
DoD:
[ ] extend the configuration served from the backend with the container label (=version indicator) of the container running the backend
[ ] pass the container label of the frontend container into a file served by nginx and retrieve this from the frontend
The front-end should have access to the versions of both the backend and the frontend application. The will allow the frontend to make decisions should as forced refreshes and it will be easier to verify the versions running in a particular environment.
DoD: