Files
zkopru/dockerfiles/docker-compose.yml
2020-11-18 19:28:16 +09:00

28 lines
804 B
YAML

version: "3.4"
services:
contracts:
image: zkoprunet/contracts:dev
build:
context: ../packages/contracts/
dockerfile: ../../dockerfiles/Contract.dockerfile
contracts-for-integration-test:
image: zkoprunet/contracts-integration-test:dev
build:
context: ../packages/contracts/
dockerfile: ../../dockerfiles/Contract.integration.dockerfile
circuits:
image: zkoprunet/circuits:dev
build:
context: ../packages/circuits/
dockerfile: ../../dockerfiles/Circuits.light.dockerfile
playground:
image: zkoprunet/playground:dev
build:
context: ../
dockerfile: dockerfiles/Playground.dockerfile
coordinator:
image: zkoprunet/coordinator:dev
build:
context: ../
dockerfile: dockerfiles/Coordinator.dockerfile