Sign inSign up

digitorus/eramba

By digitorus

Updated almost 7 years ago

Dockerized Eramba, Open Source Governance, Risk & Compliance (GRC) system

Image
3

6.6K

digitorus/eramba repository overview

Dockerized Eramba, Governance, Risk & Compliance

This image is originally based on k0st/alpine-eramba.

Usage

Use docker compose to create a new database and application server with Eramba and all the required Apache and PHP modules.

Download the docker-compose.yml file:

wget https://raw.githubusercontent.com/digitorus/eramba/master/docker-compose.yml

Change the username and passwords in the environment of the docker-compose.yml file:

    - MYSQL_DATABASE=erambadb
    - MYSQL_ROOT_PASSWORD=erambarootpass
    - MYSQL_USER=erambadb
    - MYSQL_PASSWORD=erambapass

Start docker compose to create the environment:

docker-compose up 

Tag summary

Content type

Image

Digest

Size

209.8 MB

Last updated

almost 7 years ago

docker pull digitorus/eramba