Go to file
Blair Vanderlugt 8a8458ac8b init 2021-01-24 12:16:22 -08:00
apps init 2021-01-24 12:16:22 -08:00
ci_templates init 2021-01-24 12:16:22 -08:00
scripts/initdb init 2021-01-24 12:16:22 -08:00
.gitlab-ci.yml init 2021-01-24 12:16:22 -08:00
README.md init 2021-01-24 12:16:22 -08:00
docker-compose.yml init 2021-01-24 12:16:22 -08:00
requirements.txt init 2021-01-24 12:16:22 -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 all the images

docker-compose build --no-cache