mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-01-14 16:58:01 -05:00
29 lines
850 B
YAML
29 lines
850 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
contracts:
|
|
image: zkoprunet/contracts:2.0.0-beta.0
|
|
build:
|
|
context: ../packages/contracts/
|
|
dockerfile: ../../dockerfiles/Contract.dockerfile
|
|
contracts-for-integration-test:
|
|
image: zkoprunet/contracts-integration-test:2.0.0-beta.0
|
|
build:
|
|
context: ../packages/contracts/
|
|
dockerfile: ../../dockerfiles/Contract.integration.dockerfile
|
|
circuits:
|
|
image: zkoprunet/circuits:2.0.0-beta.0
|
|
build:
|
|
context: ../packages/circuits/
|
|
dockerfile: ../../dockerfiles/Circuits.light.dockerfile
|
|
playground:
|
|
image: zkoprunet/playground:2.0.0-beta.0
|
|
build:
|
|
context: ../
|
|
dockerfile: dockerfiles/Playground.dockerfile
|
|
coordinator:
|
|
image: zkoprunet/coordinator:2.0.0-beta.0
|
|
build:
|
|
context: ../
|
|
dockerfile: dockerfiles/Coordinator.dockerfile
|