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