mirror of
https://github.com/fluencelabs/node-distro
synced 2025-06-18 17:31:21 +00:00
Bump fluence node to 0.0.54 (#54)
This commit is contained in:
@ -38,7 +38,7 @@ CONFIG = {
|
||||
'{container_name}_config:/config',
|
||||
],
|
||||
'container_name': '{container_name}',
|
||||
'image': 'fluencelabs/node:{container_tag}',
|
||||
'image': 'fluencelabs/fluence:{container_tag}',
|
||||
'ports': [
|
||||
'{tcp_port}:{tcp_port}',
|
||||
'{ws_port}:{ws_port}',
|
||||
|
@ -4,7 +4,7 @@
|
||||
"environments": [
|
||||
{
|
||||
"name": "krasnodar",
|
||||
"container_tag": "v0.0.53_52",
|
||||
"container_tag": "rich_v0.0.54",
|
||||
"containers_per_host": 1,
|
||||
"external_bootstraps": [
|
||||
"/ip4/164.90.171.139/tcp/7770"
|
||||
@ -68,7 +68,7 @@
|
||||
},
|
||||
{
|
||||
"name": "testnet",
|
||||
"container_tag": "v0.0.53_52",
|
||||
"container_tag": "rich_v0.0.54",
|
||||
"containers_per_host": 1,
|
||||
"external_bootstraps": [
|
||||
"/ip4/165.227.164.206/tcp/7770"
|
||||
@ -132,7 +132,7 @@
|
||||
},
|
||||
{
|
||||
"name": "stage",
|
||||
"container_tag": "v0.0.53_52",
|
||||
"container_tag": "rich_v0.0.54",
|
||||
"containers_per_host": 5,
|
||||
"hosts": [
|
||||
"134.209.186.43"
|
||||
|
Reference in New Issue
Block a user