- https://github.com/HighHopesInt/coralline-dashboard
- https://github.com/Sergei-vb/coralline-rpc
You need to go to the directory docker_mariadb, then:
-
Create Image:
docker build -t NAME_YOUR_IMAGE .
-
Enter the parameters of the docker-compose.yml:
image:
NAME_YOUR_IMAGEMYSQL_ROOT_PASSWORD=
MYSQL_DATABASE=
MYSQL_USER=
MYSQL_PASSWORD=
By default, the host port is set to 3307. You can replace it.
-
Run Container:
docker-compose up
You need to go to the directory docker_rabbitmq, then:
- Run Container:
docker-compose up