mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-27 06:58:06 -05:00
29 lines
830 B
YAML
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
|