pi-hosted/template/apps/minio.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

57 lines
1.3 KiB
JSON

{
"categories": [
"Other",
"Tools"
],
"command": "server --console-address ':9090' /data",
"description": "MinIO is a High Performance Object Storage released under GNU Affero GPL v3.0. It is API compatible with Amazon S3 cloud storage service.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "ROOTUSER",
"label": "MINIO_ROOT_USER",
"name": "MINIO_ROOT_USER"
},
{
"default": "CHANGEME123",
"label": "MINIO_ROOT_PASSWORD",
"name": "MINIO_ROOT_PASSWORD"
},
{
"default": "",
"label": "MINIO_SERVER_URL",
"name": "MINIO_SERVER_URL",
"description": "URL hostname for MinIO Console if any"
}
],
"image_arm32": "minio/minio:latest",
"image_arm64": "minio/minio:latest",
"image_amd64": "minio/minio:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minio.png",
"name": "minio",
"officialDoc": "https://docs.min.io/minio/baremetal/quickstart/quickstart.html",
"platform": "linux",
"ports": [
"8760:9000/tcp",
"8761:9090/tcp"
],
"restart_policy": "unless-stopped",
"title": "MinIO",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/MinIO",
"container": "/data"
}
],
"webpage": "https://min.io/"
}