typhon-project / typhondl

http://www.typhon-project.org
Eclipse Public License 2.0
1 stars 0 forks source link

Fix ui environment #52

Closed MarieSaphira closed 4 years ago

MarieSaphira commented 4 years ago

corrects UI environment. Parsing in the API needs to be adjusted. New syntax:

  <elements xsi:type="typhonDL:Software" name="polystore_ui">
    <image value="clms/typhon-polystore-ui:latest"/>
    <environment>
      <parameters name="API_PORT" value="&quot;30061&quot;"/>
      <parameters name="API_HOST" value="&quot;192.168.99.107&quot;"/>
    </environment>
  </elements>