Files
zkopru/dockerfiles/docker-compose.yml
2021-07-10 13:56:33 +09:00

29 lines
830 B
YAML

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