Go to file
PhilipWafula cdca4c6d9f
Dirty refactors to get integration working.
2021-02-06 23:16:22 +03:00
apps Dirty refactors to get integration working. 2021-02-06 23:16:22 +03: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 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
.gitmodules remove submodule 2021-02-05 20:32:11 -08:00
README.md config volumes 2021-02-02 08:23:12 -08:00
docker-compose.yml Dirty refactors to get integration working. 2021-02-06 23:16:22 +03: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.`