Files
pi-hosted/template/apps/archisteamfarm.json
Cretzen 3c3f8d1698 Fixed volume bindings (#96)
Changed these to use the same path as every other templates
2022-10-09 12:40:15 -04:00

45 lines
1.1 KiB
JSON

{
"categories": [
"Other",
"Tools",
"Games"
],
"description": "C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image": "justarchi/archisteamfarm:latest",
"logo": "https://raw.githubusercontent.com/JustArchiNET/ArchiSteamFarm/main/resources/ASF_184x184.png",
"name": "archisteamfarm",
"officialDoc": "https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Docker/",
"platform": "linux",
"ports": ["1242:1242/tcp"],
"restart_policy": "unless-stopped",
"title": "ArchiSteamFarm",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/config",
"container": "/app/config"
},
{
"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/plugins",
"container": "/app/plugins"
},
{
"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/logs",
"container": "/app/logs"
}
],
"webpage": "https://github.com/JustArchiNET/ArchiSteamFarm/"
}