1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

change c2d

This commit is contained in:
alexcos20 2022-04-21 04:17:52 -07:00
parent e68c76fad3
commit 89d778e155

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