Files
zkopru/dockerfiles/docker-compose.yml
2021-07-07 10:54:12 -05:00

29 lines
825 B
YAML

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