coralline-components

Table of contents

Getting started

Dependencies

This application works in conjunction with:

Installation

  1. Docker
  2. Docker compose

Documentation

Run mariadb

You need to go to the directory docker_mariadb, then:

  1. Create Image: docker build -t NAME_YOUR_IMAGE .

  2. Enter the parameters of the docker-compose.yml:

    • image: NAME_YOUR_IMAGE
    • MYSQL_ROOT_PASSWORD=
    • MYSQL_DATABASE=
    • MYSQL_USER=
    • MYSQL_PASSWORD=

    By default, the host port is set to 3307. You can replace it.

  3. Run Container: docker-compose up

Run rabbitmq

You need to go to the directory docker_rabbitmq, then:

  • Run Container: docker-compose up