Go to file
Blair Vanderlugt f661ce2c1a Update ci_templates/.cic-base.yml 2021-01-24 20:38:11 +00:00
apps Update apps/contract-migration/.gitlab-ci.yml 2021-01-24 20:37:00 +00:00
ci_templates Update ci_templates/.cic-base.yml 2021-01-24 20:38:11 +00:00
scripts/initdb init 2021-01-24 12:16:22 -08:00
.gitlab-ci.yml init 2021-01-24 12:16:22 -08:00
.gitmodules add in cluster modules 2021-01-24 12:19: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