Go to file
Blair Vanderlugt a2e7cf71de updates 2021-01-28 20:26:08 -08:00
apps updates 2021-01-28 20:26:08 -08:00
ci_templates Update ci_templates/.cic-base.yml 2021-01-24 20:38:11 +00: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 Update .gitlab-ci.yml 2021-01-24 20:44:46 +00:00
.gitmodules add in cluster modules 2021-01-24 12:19:22 -08:00
README.md updates 2021-01-28 20:26:08 -08:00
docker-compose.yml updates 2021-01-28 20:26:08 -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>