Skip to content

v2.7.3 env variables for host&port, docker-compose

Ondřej Vašíček requested to merge dev into master

v2.7.3

  • Added configuration of host/port through environment variables. Env variables override conf files. Available env variables are:
    • UNITE_ANALYSIS_PORT
    • UNITE_ANALYSIS_HOST
    • UNITE_COMPILATION_PORT
    • UNITE_COMPILATION_HOST
  • Added dedicated run.sh/ps1 to analysis and compilation
  • Added docker-compose files to docker/*

Merge request reports