Giter Club home page Giter Club logo

monarc-docker's Introduction

Monarc docker image

This docker image contains the dockerized version of Monarc from NC3 (Https://monarc.lu). It's a "Method for an Optimised aNalysis of Risks". Since there is no official docker version, we created one by our selves.

How to use locally with docker

To try it locally with docker, you can simply start with the docker-compose.yml example. It contains predefined values, ready to use.

How to use in Kubernetes

Create two deployments.

1st Deployment: MariaDB

Name Value
Container monarc-db
Container Image mariadb:10.5
Ports - For remote access: 3306 TCP as ClusterIP

Environment variables:

Name Value
MYSQL_ROOT_PASSWORD yyyy
MYSQL_DATABASE monarc_cli
MYSQL_USER monarc
MYSQL_PASSWORD anothers3cret!

Storage mounted to: /var/lib/mysql

2nd Deployment: Monarc

Name Value
Container monarc
Container Image docker-registry-server.com/monarc:latest
Ports - 80 TCP as ClusterIP

Environment variables:

Name Value
DB_PASSWORD xxxx
DB_ROOT_PASSWORD yyyy
DB_HOST monarc-db

Storage mounted to: /var/lib/monarc/fo/data

Create Ingress

Url: http://monarc.myserver.cloud/

Target service: monarc

ingress class: nginx

MONARC application and usually login: [email protected], password: admin

monarc-docker's People

Contributors

shivan avatar

Watchers

 avatar

monarc-docker's Issues

default credentials

Could you please provide the default user password in your Readme.md? I've tried all default passwords I could find on the Monarc site, but none of them work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.