Go to file
Philip Wafula 7b57f1b4c2 Dataseeding container 2021-09-21 06:04:44 +00:00
apps Dataseeding container 2021-09-21 06:04:44 +00:00
ci_templates Dataseeding container 2021-09-21 06:04:44 +00:00
scripts Update signer to fill in missing sign to wire symbol 2021-09-17 06:54:58 +00:00
.gitignore Dataseeding container 2021-09-21 06:04:44 +00:00
.gitlab-ci.yml Dataseeding container 2021-09-21 06:04:44 +00:00
.gitmodules cic cache build 2021-02-18 05:04:30 +00:00
README.md chore: fix docker compose restarts 2021-09-16 13:06:53 +03:00
docker-compose.yml Dataseeding container 2021-09-21 06:04:44 +00:00

README.md

cic-internal-integration

Getting started

This repo uses docker-compose and docker buildkit. Set the following environment variables to get started:

export COMPOSE_DOCKER_CLI_BUILD=1
export DOCKER_BUILDKIT=1

start services, database, redis and local ethereum node

docker-compose up -d

Run app/contract-migration to deploy contracts

RUN_MASK=3 docker-compose up contract-migration

stop cluster

docker-compose down

stop cluster and delete data

docker-compose down -v --remove-orphans

rebuild an images

docker-compose up --build <service_name>