raynetgmbh/rayventory-catalog

By raynetgmbh

Updated 3 months ago

The software catalog with added value

Image
1

4.5K

raynetgmbh/rayventory-catalog repository overview

RayVentory Catalog

The software catalog with added value

In RayVentory Catalog, inventoried raw data is assigned to applications using AI-powered software recognition and then presented in prepared reports.

Screenshot

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container you'll need docker installed.

On Windows, make sure to use Linux Containers, WSL2 is recommended.

Usage

The default configuration consists of two containers:

  • A database powered by mongoDB
  • A container with frontend and backend for the catalog

The default configuration is standalone and should work out-of-the-box.

Installation with docker-compose

The easiest way to run the image with reasonable default is to use docker-compose command.

  1. Get the docker-compose.yml file from this repository
  2. Login to Raynet container registry with credentials provided by Raynet
  3. In the folder containing the downloaded definition, run the following command: docker-compose up -d.
  4. Login to http://localhost:8080 and use the following credentials:
  • Login: root
  • Password: root
  1. Provide the valid license for the product.
  2. After log-in, change your root password and create application users.
Environment Variables

Catalog-related:

  • BASEURL - The base URL which will be used to access the app.
  • MongoConnectionString - The connection string for mongo database (by default set to the mongoDB created by docker-compose)
  • MongoDatabaseName - The name of the mongoDB database
  • MongoUserName - The user name used when connecting to the mongoDB
  • MongoPassword - The password used when connecting to the mongoDB

Database related:

  • MONGO_INITDB_ROOT_USERNAME - The user name for mongo database
  • MONGO_INITDB_ROOT_PASSWORD - The password for mongo database
  • MONGO_INITDB_DATABASE - The database name for mongo database
  • MONGODB_ROOT_PASSWORD - The root password for mongo database
Volumes
  • db_data - mongoDB data
  • db_config - mongoDB config

Find Us

Tag summary

Content type

Image

Digest

sha256:b7128af3e

Size

185.5 MB

Last updated

3 months ago

docker pull raynetgmbh/rayventory-catalog:26.1.4475.136