mirror of
https://github.com/zkopru-network/zkopru.git
synced 2026-04-24 03:00:03 -04:00
29 lines
825 B
YAML
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
|