nacos portainer
This commit is contained in:
@ -6,17 +6,98 @@
|
|||||||
"type": 2,
|
"type": 2,
|
||||||
"title": "nacos cluser",
|
"title": "nacos cluser",
|
||||||
"description": "nacos集群",
|
"description": "nacos集群",
|
||||||
"categories": ["sino"],
|
"categories": ["开发组件"],
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"logo": "",
|
"logo": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://git.sino-assist.com//templates",
|
"url": "https://git.sino-assist.com/sa-charts/",
|
||||||
"stackfile": "stacks/liveswitch/docker-stack.yml"
|
"stackfile": "docker-swarm/nacos-cluser/cluster-docker-compose.yml"
|
||||||
},
|
},
|
||||||
"env": [
|
"env": [
|
||||||
{
|
{
|
||||||
"name": "POSTGRES_PASSWORD",
|
"name": "NAMESPACE",
|
||||||
"label": "Postgres password"
|
"label": "NAMESPACE",
|
||||||
|
"default": "prod"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NACOS_VERSION",
|
||||||
|
"label": "NACOS_VERSION",
|
||||||
|
"default": "v2.3.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NODE_PORT_11",
|
||||||
|
"label": "NODE_PORT_11",
|
||||||
|
"preset": "21848"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NODE_PORT_12",
|
||||||
|
"label": "NODE_PORT_12",
|
||||||
|
"preset": "22848"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NODE_PORT_13",
|
||||||
|
"label": "NODE_PORT_13",
|
||||||
|
"preset": "22849"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NODE_PORT_21",
|
||||||
|
"label": "NODE_PORT_21",
|
||||||
|
"preset": "23848"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NODE_PORT_22",
|
||||||
|
"label": "NODE_PORT_22",
|
||||||
|
"preset": "24848"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NODE_PORT_23",
|
||||||
|
"label": "NODE_PORT_23",
|
||||||
|
"preset": "24849"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NODE_PORT_31",
|
||||||
|
"label": "NODE_PORT_31",
|
||||||
|
"preset": "25848"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NODE_PORT_32",
|
||||||
|
"label": "NODE_PORT_32",
|
||||||
|
"preset": "26848"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NODE_PORT_33",
|
||||||
|
"label": "NODE_PORT_33",
|
||||||
|
"preset": "26849"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MYSQL_SERVICE_HOST",
|
||||||
|
"label": "MYSQL_SERVICE_HOST",
|
||||||
|
"preset": "prod-tool-mysql-master"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MYSQL_SERVICE_USER",
|
||||||
|
"label": "MYSQL_SERVICE_USER",
|
||||||
|
"preset": "zd_tool"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MYSQL_SERVICE_PASSWORD",
|
||||||
|
"label": "MYSQL_SERVICE_PASSWORD",
|
||||||
|
"preset": "gkxl2024#@"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NACOS_AUTH_IDENTITY_KEY",
|
||||||
|
"label": "NACOS_AUTH_IDENTITY_KEY",
|
||||||
|
"preset": "nacos"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NACOS_AUTH_IDENTITY_VALUE",
|
||||||
|
"label": "NACOS_AUTH_IDENTITY_VALUE",
|
||||||
|
"preset": "gkxl2024#@"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NACOS_AUTH_TOKEN",
|
||||||
|
"label": "NACOS_AUTH_TOKEN",
|
||||||
|
"preset": "OTg1NjRzZnJ0Z2RmZzIwMjQ1NTU1NTExZWZnZGVmZGVz"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user