Ver código fonte

Add FoundryVTT to Templates (#116)

Chris P 3 anos atrás
pai
commit
858b63f9c6

BIN
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"