These images are available on DockerHub.
simplerisk
: Contains all necessary components to make a SimpleRisk instance work (LAMP stack and mail utilities).simplerisk-minimal
: Only packs components for the SimpleRisk application. You will need to connect it with an external database.
A stack.yml
file is provided for a stack deployment of the application through Docker Compose or Docker Swarm. It will deploy the application with the following components:
- SimpleRisk Application (
simplerisk-minimal
) - MySQL Database (version 8.0.X, as it uses the 8.0 tag)
- SMTP Server
Change its settings according to your needs.
Click on the image name on the Images Overview section for more details.