From 89d778e15539a4927dd1d77ea7d279c1f4858b87 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 21 Apr 2022 04:17:52 -0700 Subject: [PATCH] change c2d --- compose-files/c2d.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose-files/c2d.yml b/compose-files/c2d.yml index 549eb19..c15898d 100644 --- a/compose-files/c2d.yml +++ b/compose-files/c2d.yml @@ -1,7 +1,7 @@ version: '3' services: kindcluster: - image: oceanprotocol/c2d_barge_kind:latest + image: oceanprotocol/c2d_barge_kind:wregistry privileged: true ports: - 8443:8443 @@ -15,6 +15,8 @@ services: REGISTRY: "172.15.0.11:5050" REGISTRY_USER: "username" REGISTRY_PASSWORD: '$REGISTRY_TOKEN' + volumes: + - ${OCEAN_CERTS_FOLDER}/registry:/certs computetodata: image: oceanprotocol/c2d_barge_deployer:latest privileged: true