change c2d

This commit is contained in:
alexcos20 2022-04-21 04:17:52 -07:00
parent e68c76fad3
commit 89d778e155
1 changed files with 3 additions and 1 deletions

View File

@ -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