Docker Installation

Docker Installation

 

Intro

Bitlion is an open GRC (Governance, Risk, and Compliance) platform trusted by the community to help you achieve compliance with ISO standards, Data Privacy regulations, POJK, PBI, and more, easily and quickly. The platform is designed to assist organizations in managing data governance, IT compliance, and cybersecurity. 

Bitlion Offers Free Version and Premium Version with all of them structured in open source technology using Docker Installation

to make things easier we named our free version technology with Bitlion Community, if you are Enterprise Client please contact us through this link https://bitlionai.com/contactus

 

Project Structure

This repository contains the necessary files to deploy the Bitlion Community GRC platform using Docker. The main files include:

  • docker-compose.yml: Defines the services required to run the application, including the application itself, PostgreSQL database, Redis server, and Nginx web server.
     
  • nginx.conf: Configuration file for the Nginx web server to serve the Bitlion Community application.
     
  • README.md: This file, which provides an overview of the project and instructions for running it.

if you are Enterprise Client please contact us through this link https://bitlionai.com/contactus
 

Prerequisites

Before running the project, ensure you have the following installed:

  • Docker
     
  • Docker Compose
     

How to Run

Follow the steps below to set up and run the Bitlion Community platform:

Clone the repository:

 

git clone https://github.com/bitlionsecurity/community.git cd community

 

Build and start the Docker containers:

docker-compose up --build

 

This command will build the Docker images and start the containers for the application, database, Redis server, and Nginx web server.

Access the application:

Once the containers are up and running, you can access the Bitlion Community GRC platform by navigating to http://localhost:8483 in your web browser.

Log in to the application:

Use the following default credentials to log in:

if you are Enterprise Client please contact us through this link https://bitlionai.com/contactus

Free Version Github Link

https://github.com/bitlionsecurity/community

if you are Enterprise Client please contact us through this link https://bitlionai.com/contactus