Go to file
Blair Vanderlugt e42e3b0bab just cleanup 2021-02-06 18:48:12 -08:00
apps just cleanup 2021-02-06 18:48:12 -08:00
ci_templates Update ci_templates/.cic-template.yml 2021-02-06 02:15:34 +00:00
scripts/initdb ussd configs 2021-02-06 03:27:59 +00:00
service-configs Update apps/cic-eth/.gitlab-ci.yml, ci_templates/.cic-template.yml, apps/contract-migration/.gitlab-ci.yml files 2021-02-04 04:36:32 +00:00
.dockerignore docker stuff 2021-01-25 18:22:53 -08:00
.gitignore Update apps/cic-eth/.gitlab-ci.yml, ci_templates/.cic-template.yml, apps/contract-migration/.gitlab-ci.yml files 2021-02-04 04:36:32 +00:00
.gitlab-ci.yml Cic notify build 2021-02-07 02:29:24 +00:00
.gitmodules Cic notify build 2021-02-07 02:29:24 +00:00
README.md config volumes 2021-02-02 08:23:12 -08:00
docker-compose.yml Cic notify build 2021-02-07 02:29:24 +00: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 --build <service_name>
``

Deployment variables are writtend to service-configs/.env after everthing is up.`