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 Instalation
to make things easire we named our free version technology with OPEN LEO, if you are Enterprise Client please contact us through this link https://bitlion.io/schedule-demo
Project Structure
This repository contains the necessary files to deploy the OpenLeo 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 OpenLeo 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://bitlion.io/schedule-demo
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 OpenLeo platform:
Clone the repository:
git clone https://github.com/bitlionsecurity/openleo.git cd openleo
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 OpenLeo 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:
- Email: [email protected]
- Password: bismillah
- OTP Code: 123456
if you are Enterprise Client please contact us through this link https://bitlion.io/schedule-demo
Free Version Github Link
https://github.com/bitlionsecurity/openleo
if you are Enterprise Client please contact us through this link https://bitlion.io/schedule-demo