소스 검색

Build App list and docs

github-actions[bot] 2 년 전
부모
커밋
0043f0d959
4개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      pi-hosted_template/template/portainer-v2.json
  2. 5 0
      template/portainer-v2-amd64.json
  3. 5 0
      template/portainer-v2-arm32.json
  4. 5 0
      template/portainer-v2-arm64.json

+ 5 - 0
pi-hosted_template/template/portainer-v2.json

@@ -1926,6 +1926,11 @@
 					"default": "development",
 					"label": "NODE_ENV",
 					"name": "NODE_ENV"
+				},
+				{
+					"default": "http://localhost/",
+					"label": "url",
+					"name": "url"
 				}
 			],
 			"image": "ghost:latest",

+ 5 - 0
template/portainer-v2-amd64.json

@@ -2270,6 +2270,11 @@
 					"default": "development",
 					"label": "NODE_ENV",
 					"name": "NODE_ENV"
+				},
+				{
+					"default": "http://localhost/",
+					"label": "url",
+					"name": "url"
 				}
 			],
 			"image": "ghost:latest",

+ 5 - 0
template/portainer-v2-arm32.json

@@ -1926,6 +1926,11 @@
 					"default": "development",
 					"label": "NODE_ENV",
 					"name": "NODE_ENV"
+				},
+				{
+					"default": "http://localhost/",
+					"label": "url",
+					"name": "url"
 				}
 			],
 			"image": "ghost:latest",

+ 5 - 0
template/portainer-v2-arm64.json

@@ -2245,6 +2245,11 @@
 					"default": "development",
 					"label": "NODE_ENV",
 					"name": "NODE_ENV"
+				},
+				{
+					"default": "http://localhost/",
+					"label": "url",
+					"name": "url"
 				}
 			],
 			"image": "ghost:latest",