Skip to content

Deployment adaptions

Ralf Klammer requested to merge deployment_adaptions into develop

These should be the last adaptions, to avoid any changes in source code during deployment.

MarkdownUtils.ts

The check in getLinkType for cordra was not correct, as it only worked for the production instance but not for the test instance (knowledgehub.test)

docker-compose.yml

  • added restart policies, to let index & frontend restart after a system reboot
  • made SOLR_URL definable via environment variable
  • enable mounting 'config.json' from docker host to frontend + made it configurable via environment variable

Merge request reports