@@ -3,29 +3,18 @@ networks:
33 frontend :
44 external : true
55volumes :
6- ipc-testnet :
7- name : cardano-db-sync_node-ipc-testnet
86 ipc-mainnet :
9- name : cardano-db-sync_node-ipc
7+ name : cardano_mainnet_ipc
108 ipc-preprod :
11- name : cardano-preprod_ipc
9+ name : cardano_preprod_ipc
1210 ipc-preview :
13- name : cardano-preview_node_ipc
11+ name : cardano_preview_ipc
1412services :
15- testnet :
16- image : registry.sireto.io/kuber/api:latest-131
17- environment :
18- VIRTUAL_HOST : https://testnet.cnftregistry.io/kuber/api -> :8081/api
19- NETWORK : testnet
20- networks :
21- - frontend
22- volumes :
23- - ipc-testnet:/root/.cardano/testnet
2413 mainnet :
25- image : dquadrant/kuber:ce4d493784da945cb6a29cb5325b3f969e3924a7
14+ image : dquadrant/kuber:2.3.2
2615 environment :
2716 NETWORK : mainnet
28- VIRTUAL_HOST : https://cnftregistry.io/kuber/api -> :8081/api
17+ VIRTUAL_HOST : https://mainnet.kuberide.com -> :8081
2918 networks :
3019 - frontend
3120 volumes :
@@ -35,7 +24,7 @@ services :
3524 environment :
3625 CARDANO_NODE_SOCKET_PATH : /ipc/node.socket
3726 NETWORK : 1
38- VIRTUAL_HOST : https://preprod.cnftregistry.io/kuber/api -> :8081/api
27+ VIRTUAL_HOST : https://preprod.kuberide.com -> :8081
3928 networks :
4029 - frontend
4130 volumes :
@@ -45,7 +34,7 @@ services :
4534 environment :
4635 CARDANO_NODE_SOCKET_PATH : /ipc/node.socket
4736 NETWORK : 2
48- VIRTUAL_HOST : https://preview.cnftregistry.io/kuber/api -> :8081/api
37+ VIRTUAL_HOST : https://preview.kuberide.com -> :8081/api
4938 networks :
5039 - frontend
5140 volumes :
0 commit comments