Go to file
Blair Vanderlugt aaeb0bd6f8 updating cic-eth build 2021-01-29 07:39:42 -08:00
apps updating cic-eth build 2021-01-29 07:39:42 -08:00
ci_templates updating cic-eth build 2021-01-29 07:39:42 -08:00
scripts/initdb docker compose setup 2021-01-25 08:21:30 -08:00
.dockerignore docker stuff 2021-01-25 18:22:53 -08:00
.gitlab-ci.yml updating cic-eth build 2021-01-29 07:39:42 -08:00
.gitmodules updating cic-eth build 2021-01-29 07:39:42 -08:00
README.md updates 2021-01-28 20:26:08 -08:00
docker-compose.yml updating cic-eth build 2021-01-29 07:39:42 -08:00

README.md

cic-internal-integration

Getting started

start cluster

docker-compose up

stop cluster

docker-compose down

delete data

docker-compose down -v

rebuild an images

docker-compose up -d --no-deps --build <service_name>