Files
zkopru/dockerfiles/docker-compose.yml
2020-09-15 14:30:59 +09:00

33 lines
985 B
YAML

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