pi-hosted/template/apps/yacht.json
Rafael Blumberg 9431ee2b09
Create Amd64 Portainer template. Includes Counts, Preinstall changes as well(#59)
Co-authored-by: Robert Middleswarth <72569+rmiddle@users.noreply.github.com>
2022-08-21 16:09:22 -04:00

31 lines
921 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.",
"image_arm32": "selfhostedpro/yacht:latest",
"image_arm64": "selfhostedpro/yacht:latest",
"image_amd64": "selfhostedpro/yacht:latest",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png",
"name": "yacht",
"officialDoc": "https://yacht.sh/docs/Installation/Install#via-docker-compose",
"platform": "linux",
"ports": [
"8001:8000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Yacht",
"type": 1,
"volumes": [
{
"bind": "yacht",
"container": "/config"
},
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
],
"webpage": "https://yacht.sh/"
}