mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
change c2d
This commit is contained in:
parent
e68c76fad3
commit
89d778e155
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
kindcluster:
|
kindcluster:
|
||||||
image: oceanprotocol/c2d_barge_kind:latest
|
image: oceanprotocol/c2d_barge_kind:wregistry
|
||||||
privileged: true
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- 8443:8443
|
- 8443:8443
|
||||||
@ -15,6 +15,8 @@ services:
|
|||||||
REGISTRY: "172.15.0.11:5050"
|
REGISTRY: "172.15.0.11:5050"
|
||||||
REGISTRY_USER: "username"
|
REGISTRY_USER: "username"
|
||||||
REGISTRY_PASSWORD: '$REGISTRY_TOKEN'
|
REGISTRY_PASSWORD: '$REGISTRY_TOKEN'
|
||||||
|
volumes:
|
||||||
|
- ${OCEAN_CERTS_FOLDER}/registry:/certs
|
||||||
computetodata:
|
computetodata:
|
||||||
image: oceanprotocol/c2d_barge_deployer:latest
|
image: oceanprotocol/c2d_barge_deployer:latest
|
||||||
privileged: true
|
privileged: true
|
||||||
|
Loading…
Reference in New Issue
Block a user