nagamine-git / iris-docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRIS In One Command

This repo lets you quickly start and use the following services:

  1. iris-api
  2. iris-relay
  3. iris-frontend
  4. iris-sender
  5. mysql

Getting started

Spin up the cluster

make

Start your web browser and go to: http://localhost:16649

Stop the stack..

docker-compose stop

Start it again without recreating everything:

docker-compose up --no-recreate

Poking around

See which containers are running:

docker ps

Jump into a container:

 docker exec -i -t $ID  /bin/bash

Kill a container

docker rm -f $ID

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Makefile 100.0%