浏览代码

Add FoundryVTT to Templates (#116)

Chris P 3 年之前
父节点
当前提交
858b63f9c6
共有 2 个文件被更改,包括 30 次插入0 次删除
  1. 二进制
      pi-hosted_template/images/foundrylogo.png
  2. 30 0
      pi-hosted_template/template/portainer-v2.json

二进制
pi-hosted_template/images/foundrylogo.png


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

@@ -288,6 +288,36 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Other",
+				"Games"
+			],
+			"description": "This docker image provides the FoundryVTT system for hosting your own virtual table top games.",
+			"image": "felddy/foundryvtt:release",
+			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/foundrylogo.png",
+			"name": "FoundryVTT",
+			"platform": "linux",
+			"type": 1,
+			"ports": [
+				"30000:30000/tcp"
+			],
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/foundryvtt",
+					"container": "/data"
+				}
+			],
+			"env": [
+				{
+					"FOUNDRY_PASSWORD": "Foundry Password",
+					"FOUNDRY_USERNAME": "Foundry Account",
+					"FOUNDRY_ADMIN_KEY": "Instance Password"
+				}
+			],
+			"restart_polocy": "unless-stopped",
+			"title": "FoundryVTT Server"
+		},
 		{
 			"categories": [
 				"Music"