Go to file
Blair Vanderlugt 4b87a40cc2 Fixing path because it was messed up in the mr 2021-12-02 20:52:06 +00:00
.gitlab/issue_templates Fixing path because it was messed up in the mr 2021-12-02 20:52:06 +00:00
apps Philip/social pin recovery 2021-11-29 21:24:37 +00:00
ci_templates Dataseeding container 2021-09-21 06:04:44 +00:00
scripts feat: (automation) add semver 2021-10-29 23:33:46 +00:00
.gitignore Dataseeding container 2021-09-21 06:04:44 +00:00
.gitlab-ci.yml Update .gitlab-ci.yml 2021-11-23 21:09:16 +00:00
.gitmodules cic cache build 2021-02-18 05:04:30 +00:00
.semverbot.toml feat: (automation) add semver 2021-10-29 23:33:46 +00:00
CODE_OF_CONDUCT.md feat: Add a CODE_OF_CONDUCT 2021-11-20 01:23:54 +00:00
CONTRIBUTING.md improvement: adopt a new contribution guide 2021-11-24 21:03:57 +00:00
LICENSE feat: Add LICENSE 2021-11-19 18:57:39 +00:00
README.md feat: (automation) add semver 2021-10-29 23:33:46 +00:00
docker-compose.yml Philip/multi token v1 2021-11-29 15:04:50 +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>

to delete the buildkit cache

docker builder prune --filter type=exec.cachemount