Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker compose file and extended documentation #854

Merged
merged 1 commit into from
Mar 20, 2024

Commits on Mar 19, 2024

  1. Add docker compose file and extend documentation

    We provide profiles in the docker compose file to allow
    users to specify which services they want to start:
    
    - no selection of a profile starts only Postgres and Elasticsearch.
      This is suited for building and running the openvsx services
      on the local machine.
    - "openvsx" profile additionally builds and starts
      all openvsx-related services in separate containers
    - "backend", "frontend", "commandline" profiles
      for more fine-grained choices.
    - "kibana" profile can optionally be added to explore
      the Elasticsearch instance more conveniently,
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Olaf Lessenich <olessenich@eclipsesource.com>
    Co-authored-by: Anibal <anibalsolon@gmail.com>
    xai and anibalsolon committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c2db736 View commit details
    Browse the repository at this point in the history