ソースを参照

Merge branch 'master' of github.com:novaspirit/pi-hosted

Robert Middleswarth 3 年 前
コミット
8879e7f40d

BIN
pi-hosted_template/images/foundrylogo.png


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

@@ -288,6 +288,49 @@
 				}
 			]
 		},
+		{
+			"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": [
+				{
+					"default": "John",
+					"label": "Foundry Account Name",
+					"name": "FOUNDRY_USERNAME"
+				},
+				{
+					"default": "password",
+					"label": "Foundry Password",
+					"name": "FOUNDRY_PASSWORD"
+				},
+				{
+					"default": "changeme",
+					"label": "Instance Admin Password",
+					"name": "FOUNDRY_ADMIN_KEY"
+				},
+				{
+					"CONTAINER_PRESERVE_CONFIG": "true"
+				}
+			],
+			"restart_polocy": "unless-stopped",
+			"title": "FoundryVTT Server"
+		},
 		{
 			"categories": [
 				"Music"