Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Quick Start

You can run FIR on your device with 4 simple commands:

git clone https://github.com/certsocietegenerale/FIR.git
cd FIR/docker
docker-compose build
docker-compose up -d

Then browse to http://localhost and log in with default credentials admin:admin or dev:dev

Enjoy!

Customization.

If you need to change settings related to mysql or redis, you can edit fir.env file and set accordingly. These environments variable are provided to the container and used in composeprod.py file which corresponds to the default settings for django