加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
templates-2.0.json 40.83 KB
一键复制 编辑 原始数据 按行查看 历史
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340
{
"version": "2",
"templates": [
{
"type": 1,
"title": "Registry",
"description": "Docker image registry",
"categories": ["docker"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
"image": "registry:latest",
"ports": ["5000/tcp"],
"volumes": [
{
"container": "/var/lib/registry"
}
]
},
{
"type": 1,
"title": "Registry (cache)",
"description": "Docker image registry configured as a DockerHub pull through cache",
"categories": ["docker"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
"image": "registry:latest",
"ports": ["5000/tcp"],
"volumes": [
{
"container": "/var/lib/registry"
}
],
"env": [
{
"name": "REGISTRY_PROXY_REMOTEURL",
"default": "https://registry-1.docker.io",
"preset": true
}
]
},
{
"type": 1,
"title": "Ubuntu",
"description": "Debian-based Linux operating system",
"categories": ["operating-system"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ubuntu.png",
"image": "ubuntu:latest",
"interactive": true,
"command": "/bin/bash"
},
{
"type": 1,
"title": "NodeJS",
"description": "JavaScript-based platform for server-side and networking applications",
"categories": ["development"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/node.png",
"image": "node:latest",
"interactive": true,
"command": "/bin/bash"
},
{
"type": 1,
"title": "Nginx",
"description": "High performance web server",
"categories": ["webserver"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png",
"image": "nginx:latest",
"ports": ["80/tcp", "443/tcp"],
"volumes": [
{
"container": "/etc/nginx"
},
{
"container": "/usr/share/nginx/html"
}
]
},
{
"type": 1,
"title": "Httpd",
"description": "Open-source HTTP server",
"categories": ["webserver"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
"image": "httpd:latest",
"ports": ["80/tcp"],
"volumes": [
{
"container": "/usr/local/apache2/htdocs/"
}
]
},
{
"type": 1,
"title": "Caddy",
"description": "Open-source web server with automatic HTTPS written in Go",
"categories": ["webserver"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png",
"image": "caddy:latest",
"ports": ["80/tcp"],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 1,
"title": "MySQL",
"description": "The most popular open-source database",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
"image": "mysql/mysql-server:5.7",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
},
{
"name": "MYSQL_ROOT_HOST",
"default": "%",
"preset": true
}
],
"ports": ["3306/tcp"],
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"type": 1,
"title": "MariaDB",
"description": "Performance beyond MySQL",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
"image": "mariadb:latest",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"ports": ["3306/tcp"],
"volumes": [
{
"container": "/var/lib/mysql"
}
]
},
{
"type": 1,
"title": "PostgreSQL",
"description": "The most advanced open-source database",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
"image": "postgres:latest",
"env": [
{
"name": "POSTGRES_USER",
"label": "Superuser"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Superuser password"
}
],
"ports": ["5432/tcp"],
"volumes": [
{
"container": "/var/lib/postgresql/data"
}
]
},
{
"type": 1,
"title": "Mongo",
"description": "Open-source document-oriented database",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png",
"image": "mongo:latest",
"ports": ["27017/tcp"],
"volumes": [
{
"container": "/data/db"
}
]
},
{
"type": 1,
"title": "CrateDB",
"description": "An open-source distributed SQL database",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png",
"image": "crate:latest",
"ports": ["4200/tcp", "4300/tcp"],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 1,
"title": "Elasticsearch",
"description": "Open-source search and analytics engine",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
"image": "docker.elastic.co/elasticsearch/elasticsearch:7.15.1",
"ports": ["9200/tcp", "9300/tcp"],
"volumes": [
{
"container": "/usr/share/elasticsearch/data"
}
]
},
{
"type": 1,
"title": "GitLab CE",
"description": "Open-source end-to-end software development platform",
"note": "Default username is <b>root</b>. Check the <a href=\"https://docs.gitlab.com/ee/install/docker.html\" target=\"_blank\">GitLab documentation</a> to get started.",
"categories": ["development", "project-management"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
"image": "gitlab/gitlab-ce:latest",
"ports": ["80/tcp", "443/tcp", "22/tcp"],
"volumes": [
{
"container": "/etc/gitlab"
},
{
"container": "/var/log/gitlab"
},
{
"container": "/var/opt/gitlab"
}
]
},
{
"type": 1,
"title": "Minio",
"description": "A distributed object storage server built for cloud applications and devops",
"categories": ["storage"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png",
"image": "quay.io/minio/minio:latest",
"ports": ["9000/tcp", "9001/tcp"],
"env": [
{
"name": "MINIO_ROOT_USER",
"label": "Root user"
},
{
"name": "MINIO_ROOT_PASSWORD",
"label": "Root password"
}
],
"volumes": [
{
"container": "/data"
},
{
"container": "/root/.minio"
}
],
"command": "server /data --console-address ':9001'"
},
{
"type": 1,
"title": "Scality S3",
"description": "Standalone AWS S3 protocol server",
"categories": ["storage"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png",
"image": "scality/s3server",
"ports": ["8000/tcp"],
"env": [
{
"name": "SCALITY_ACCESS_KEY",
"label": "Scality S3 access key"
},
{
"name": "SCALITY_SECRET_KEY",
"label": "Scality S3 secret key"
}
],
"volumes": [
{
"container": "/usr/src/app/localData"
},
{
"container": "/usr/src/app/localMetadata"
}
]
},
{
"type": 1,
"title": "SQL Server",
"description": "Microsoft SQL Server on Linux",
"categories": ["database"],
"platform": "linux",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"image": "mcr.microsoft.com/mssql/server:2019-latest",
"ports": ["1433/tcp"],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "SA_PASSWORD",
"label": "SA password"
}
]
},
{
"type": 1,
"title": "SQL Server",
"description": "Microsoft SQL Server Developer for Windows containers",
"categories": ["database"],
"platform": "windows",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"image": "microsoft/mssql-server-windows-developer:latest",
"ports": ["1433/tcp"],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "sa_password",
"label": "SA password"
}
],
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"type": 1,
"title": "SQL Server Express",
"description": "Microsoft SQL Server Express for Windows containers",
"categories": ["database"],
"platform": "windows",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"image": "microsoft/mssql-server-windows-express:latest",
"ports": ["1433/tcp"],
"env": [
{
"name": "ACCEPT_EULA",
"default": "Y",
"preset": true
},
{
"name": "sa_password",
"label": "SA password"
}
],
"volumes": [
{
"container": "C:/temp/"
}
]
},
{
"type": 1,
"title": "Solr",
"description": "Open-source enterprise search platform",
"categories": ["search-engine"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
"image": "solr:latest",
"ports": ["8983/tcp"],
"volumes": [
{
"container": "/opt/solr/mydata"
}
]
},
{
"type": 1,
"title": "Redis",
"description": "Open-source in-memory data structure store",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
"image": "redis:latest",
"ports": ["6379/tcp"],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 2,
"title": "Swarm monitoring",
"description": "Monitor your cluster performances with Prometheus & Grafana",
"note": "Requires Docker version 19.03.0+. <b>Make sure to add the <code>monitoring == true</code> one of your Swarm manager node before deploying this stack.</b>",
"categories": [
"Monitoring"
],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "swarm/monitoring/docker-compose.yml"
},
"env": [
{
"name": "GRAFANA_USER",
"label": "Grafana admin user",
"default": "admin"
},
{
"name": "GRAFANA_PASSWORD",
"label": "Grafana admin password"
}
]
},
{
"type": 2,
"title": "Redis Cluster",
"description": "Open-source in-memory data structure store - Cluster mode",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/redis-cluster/docker-stack.yaml"
},
"env": [
{
"name": "REDIS_PASSWD",
"label": "Redis password"
}
]
},
{
"type": 1,
"title": "RabbitMQ",
"description": "Highly reliable enterprise messaging system",
"categories": ["messaging"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png",
"image": "rabbitmq:latest",
"ports": ["5671/tcp", "5672/tcp"],
"volumes": [
{
"container": "/var/lib/rabbitmq"
}
]
},
{
"type": 1,
"title": "Ghost",
"description": "Free and open-source blogging platform",
"categories": ["blog"],
"note": "Access the blog management interface under <code>/ghost/</code>.",
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png",
"image": "ghost:latest",
"ports": ["2368/tcp"],
"volumes": [
{
"container": "/var/lib/ghost/content"
}
]
},
{
"type": 1,
"title": "Joomla",
"description": "Another free and open-source CMS",
"categories": ["CMS"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
"image": "joomla:latest",
"env": [
{
"name": "JOOMLA_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "JOOMLA_DB_PASSWORD",
"label": "Database password"
}
],
"ports": ["80/tcp"],
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"type": 1,
"title": "Drupal",
"description": "Open-source content management framework",
"categories": ["CMS"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
"image": "drupal:latest",
"ports": ["80/tcp"],
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"type": 1,
"title": "Plone",
"description": "A free and open-source CMS built on top of Zope",
"note": "Default user and password are admin/admin",
"categories": ["CMS"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png",
"image": "plone:latest",
"ports": ["8080/tcp"],
"volumes": [
{
"container": "/data"
}
]
},
{
"type": 1,
"title": "Sematext Docker Agent",
"description": "Collect logs, metrics and docker events",
"categories": ["Log Management", "Monitoring"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"image": "sematext/sematext-agent-docker:latest",
"name": "sematext-agent",
"privileged": true,
"env": [
{
"name": "LOGSENE_TOKEN",
"label": "Logs token"
},
{
"name": "SPM_TOKEN",
"label": "SPM monitoring token"
}
],
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}
]
},
{
"type": 1,
"title": "Datadog agent",
"description": "Collect events and metrics",
"categories": ["Monitoring"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
"image": "datadog/agent:latest",
"env": [
{
"name": "DD_API_KEY",
"label": "Datadog API key"
}
],
"volumes": [
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock",
"readonly": true
},
{
"container": "/host/sys/fs/cgroup",
"bind": "/sys/fs/cgroup",
"readonly": true
},
{
"container": "/host/proc",
"bind": "/proc",
"readonly": true
}
]
},
{
"type": 1,
"title": "Mautic",
"description": "Open-source marketing automation platform",
"categories": ["marketing"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png",
"image": "mautic/mautic:latest",
"env": [
{
"name": "MAUTIC_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "MAUTIC_DB_PASSWORD",
"label": "Database password"
}
],
"ports": ["80/tcp"],
"volumes": [
{
"container": "/var/www/html"
}
]
},
{
"type": 1,
"title": "Jenkins",
"description": "Open-source continuous integration tool",
"categories": ["continuous-integration"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png",
"image": "jenkins/jenkins:lts-jdk11",
"ports": ["8080/tcp", "50000/tcp"],
"volumes": [
{
"container": "/var/jenkins_home"
}
]
},
{
"type": 1,
"title": "Redmine",
"description": "Open-source project management tool",
"note": "Default user and password are admin/admin",
"categories": ["project-management"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png",
"image": "redmine:latest",
"ports": ["3000/tcp"],
"volumes": [
{
"container": "/usr/src/redmine/files"
}
]
},
{
"type": 1,
"title": "File browser",
"description": "A web file manager",
"note": "Default credentials: admin/admin",
"categories": ["filesystem", "storage"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/filebrowser.png",
"image": "filebrowser/filebrowser:latest",
"ports": ["80/tcp"],
"volumes": [
{
"container": "/data"
},
{
"container": "/srv"
}
],
"command": "--port 80 --database /data/database.db --root /srv"
},
{
"type": 1,
"title": "CommandBox",
"description": "ColdFusion (CFML) CLI",
"categories": ["development"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png",
"image": "ortussolutions/commandbox:latest",
"env": [
{
"name": "CFENGINE",
"default": "lucee@4.5",
"preset": true
}
],
"ports": ["8080/tcp", "8443/tcp"]
},
{
"type": 1,
"title": "ContentBox",
"description": "Open-source modular CMS",
"categories": ["CMS"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png",
"image": "ortussolutions/contentbox:latest",
"env": [
{
"name": "express",
"default": "true",
"preset": true
},
{
"name": "install",
"default": "true",
"preset": true
},
{
"name": "CFENGINE",
"default": "lucee@4.5",
"preset": true
}
],
"ports": ["8080/tcp", "8443/tcp"],
"volumes": [
{
"container": "/data/contentbox/db"
},
{
"container": "/app/includes/shared/media"
}
]
},
{
"type": 1,
"title": "Dokku",
"description": "Dokku setup as a container",
"categories": ["PaaS"],
"platform": "linux",
"logo": "",
"image":"dokku/dokku",
"ports": ["22/tcp", "80/tcp", "443/tcp"],
"volumes": [{
"container": "/mnt/dokku",
"bind": "/var/lib/dokku"
},
{
"container": "/var/run/docker.sock",
"bind": "/var/run/docker.sock"
}],
"env":[
{
"name": "DOKKU_HOSTNAME",
"label": "Dokku hostname",
"description": "Global hostname to be registered by Dokku"
},
{
"name": "DOKKU_HOST_ROOT",
"label": "Dokku host root",
"default": "/var/lib/dokku/home/dokku",
"description": "Image build cache path. Generally set to <data dir> + '/home/dokku'"
}
]
},
{
"type": 1,
"title": "OPC Router",
"description": "No-code middleware for industrial applications. The OPC Router connects PLCs, PCS, SCADA, MES, SQL databases and servers, label printers, e-mail servers and erp-systems via OPC UA, MQTT, REST, CSV and many others without any programming effort",
"note": "More information about the <a href=\"https://www.opc-router.com/terms-of-use-and-eula/?utm_source=DockerHub_runtime&utm_medium=click&utm_campaign=TermsOfUseAndEula\" target=\"_blank\">EULA</a>.",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/opc-router.png",
"image": "opcrouter/runtime:latest",
"ports": ["49429/tcp", "8080/tcp", "8081/tcp"],
"env": [
{
"name": "INITIAL_USERNAME",
"label": "Initial Admin User user"
},
{
"name": "INITIAL_PASSWORD",
"label": "Inital Admin User Password"
},
{
"name": "OR_I_ACCEPT_EULA",
"label": "Accept EULA",
"select": [
{
"text": "Yes, I accept",
"value": "true",
"default": true
}
]
}
],
"volumes": [
{
"container": "/data/database"
},
{
"container": "/inray"
},
{
"container": "/var/log/opcrouter"
}
]
},
{
"type": 1,
"title": "Floating License Server",
"description": "License Server for Softing edgeConnector products",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/floating-license-server:latest",
"ports": ["6200/tcp"],
"interactive": true,
"volumes": [
{
"container": "/licsrv/licenses"
}
]
},
{
"type": 1,
"title": "EdgeConnector Modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeconnector-modbus:latest",
"ports": ["443/tcp", "8099/tcp", "4897/tcp"]
},
{
"type": 1,
"title": "EdgeConnector 840D",
"description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeconnector-840d",
"ports": ["443/tcp", "8099/tcp", "4897/tcp"]
},
{
"type": 1,
"title": "EdgeConnector Siemens",
"description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeconnector-siemens",
"ports": ["443/tcp", "8099/tcp", "4897/tcp"]
},
{
"type": 1,
"title": "EdgeConnector FANUC CNC",
"description": "Connect FANUC CNCs and provide the data via OPC UA and MQTT",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeconnector-fanuc-cnc",
"ports": ["443/tcp", "8099/tcp", "4897/tcp"],
"env": [
{
"name": "TZ",
"label": "TZ"
}
],
"volumes": [
{
"container": "/config"
},
{
"container": "/mqtt"
}
]
},
{
"type": 1,
"title": "EdgeConnector Aggregator",
"description": "Offers a powerful OPC UA aggregation service which provides data via OPC UA, as well as MQTT",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/softing.png",
"image": "softingindustrial/edgeaggregator",
"ports": ["443/tcp", "8099/tcp", "4897/tcp"],
"env": [
{
"name": "TZ",
"label": "TZ"
}
],
"volumes": [
{
"container": "/config"
},
{
"container": "/mqtt"
}
]
},
{
"type": 2,
"title": "Portainer Agent",
"description": "Manage all the resources in your Swarm cluster",
"note": "The agent will be deployed globally inside your cluster and available on port 9001.",
"categories": ["portainer"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/portainer-agent/docker-stack.yml"
}
},
{
"type": 2,
"title": "OpenFaaS",
"name": "func",
"description": "Serverless functions made simple",
"note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. <b>Warning</b>: the name of the stack must be 'func'.",
"categories": ["serverless"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png",
"repository": {
"url": "https://github.com/openfaas/faas",
"stackfile": "docker-compose.yml"
}
},
{
"type": 2,
"title": "IronFunctions",
"description": "Open-source serverless computing platform",
"note": "Deploys the IronFunctions API and UI.",
"categories": ["serverless"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/ironfunctions/docker-stack.yml"
}
},
{
"type": 2,
"title": "CockroachDB",
"description": "CockroachDB cluster",
"note": "Deploys an insecure CockroachDB cluster, please refer to <a href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\">CockroachDB documentation</a> for production deployments.",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/cockroachdb/docker-stack.yml"
}
},
{
"type": 2,
"title": "WordPress",
"description": "WordPress setup with a MySQL database",
"note": "Deploys a WordPress instance connected to a MySQL database.",
"categories": ["CMS"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/wordpress/docker-stack.yml"
},
"env": [
{
"name": "MYSQL_DATABASE_PASSWORD",
"label": "Database root password",
"description": "Password used by the MySQL root user."
}
]
},
{
"type": 3,
"title": "WordPress",
"description": "WordPress setup with a MySQL database",
"note": "Deploys a WordPress instance connected to a MySQL database.",
"categories": ["CMS"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/wordpress/docker-compose.yml"
},
"env": [
{
"name": "MYSQL_DATABASE_PASSWORD",
"label": "Database root password",
"description": "Password used by the MySQL root user."
}
]
},
{
"type": 3,
"title": "OpenAMT",
"description": "OpenAMT Cloud Toolkit",
"note": "MPS password needs to be 8-32 characters including one uppercase, one lowercase letters, one base-10 digit and one special character.",
"categories": ["Cloud"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/intel.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/openamt/docker-compose.yml"
},
"env": [
{
"name": "POSTGRES_USER",
"label": "Database user"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Database password"
},
{
"name": "MPS_USER",
"label": "MPS user"
},
{
"name": "MPS_PASSWORD",
"label": "MPS password"
},
{
"name": "MPS_COMMON_NAME",
"label": "MPS URL",
"description": "Used to connect to the MPS API."
},
{
"name": "MPS_SECRET",
"label": "MPS Secret",
"description": "Strong secret key used to log into MPS."
},
{
"name": "VAULT_SECRET",
"label": "Vault secret",
"description": "Secret token used to log into Vault (don't include '.' character)."
}
]
},
{
"type": 2,
"title": "Microsoft OMS Agent",
"description": "Microsoft Operations Management Suite Linux agent.",
"categories": ["OPS"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/microsoft-oms/docker-stack.yml"
},
"env": [
{
"name": "AZURE_WORKSPACE_ID",
"label": "Workspace ID",
"description": "Azure Workspace ID"
},
{
"name": "AZURE_PRIMARY_KEY",
"label": "Primary key",
"description": "Azure primary key"
}
]
},
{
"title": "Sematext Docker Agent",
"type": 2,
"categories": ["Log Management", "Monitoring"],
"description": "Collect logs, metrics and docker events",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
"platform": "linux",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/sematext-agent-docker/docker-stack.yml"
},
"env": [
{
"name": "LOGSENE_TOKEN",
"label": "Logs token"
},
{
"name": "SPM_TOKEN",
"label": "SPM monitoring token"
}
]
},
{
"title": "Datadog agent",
"type": 2,
"categories": ["Monitoring"],
"description": "Collect events and metrics",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
"platform": "linux",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/datadog-agent/docker-stack.yml"
},
"env": [
{
"name": "API_KEY",
"label": "Datadog API key"
}
]
},
{
"type": 3,
"title": "FDO",
"description": "FDO",
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/intel.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/fdo/docker-stack.yml"
},
"env": [
{
"name": "owner_api_user",
"label": "API Username"
},
{
"name": "owner_api_password",
"label": "API Password"
}
]
},
{
"type": 3,
"title": "Dokku",
"description": "Dokku setup as a compose file",
"categories": ["PaaS"],
"platform": "linux",
"logo": "",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/dokku/docker-compose.yml"
},
"env": [
{
"name": "VERSION",
"label": "Dokku version",
"description": "Version of Dokku to use ('latest' if empty)",
"default": "latest"
},
{
"name": "DOKKU_HOSTNAME",
"label": "Dokku hostname",
"description": "Global hostname to be registered by Dokku"
},
{
"name": "VOLUME_PATH",
"label": "Dokku volume path",
"description": "Host path to be bound to /mnt/dokku (`/var/lib/dokku` if empty)",
"default": "/var/lib/dokku"
},
{
"name": "DOKKU_HOST_ROOT",
"label": "Dokku host root",
"description": "Image build cache path. Generally set to <data dir> + '/home/dokku'",
"default": "/var/lib/dokku/home/dokku"
},
{
"name": "SSH_PORT",
"label": "SSH port",
"description": "Host port to expose SSH port of Dokku (22 if empty)",
"default": "22"
},
{
"name": "HTTP_PORT",
"label": "HTTP port",
"description": "Host port to expose HTTP port of Dokku (80 if empty)",
"default": "80"
},
{
"name": "HTTPS_PORT",
"label": "HTTPS port",
"description": "Host port to expose HTTPS port of Dokku (443 if empty)",
"default": "443"
}
]
},
{
"type": 2,
"title": "LiveSwitch",
"description": "A basic LiveSwitch stack with gateway, caching, database and media server",
"categories": ["media"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/liveswitch.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/liveswitch/docker-stack.yml"
},
"env": [
{
"name": "POSTGRES_PASSWORD",
"label": "Postgres password"
}
]
},
{
"type": 3,
"title": "LiveSwitch",
"description": "A basic LiveSwitch compose with gateway, caching, database and media server",
"categories": ["media"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/liveswitch.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/liveswitch/docker-compose.yml"
},
"env": [
{
"name": "POSTGRES_PASSWORD",
"label": "Postgres password"
}
]
},
{
"type": 3,
"title": "TOSIBOX Lock for Container",
"description": "Lock for Container brings secure connectivity inside your industrial IoT devices",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/tosibox.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/tosibox/docker-compose.yml"
},
"env": [
{
"name": "LICENSE_KEY",
"label": "License key"
}
]
},
{
"type": 3,
"title": "Pro Mosquitto with Management Center",
"description": "Commercial-grade Mosquitto MQTT broker with Management Center",
"note": "The Mosquitto broker password must be at least 12 characters.",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cedalo.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/cedalo-mosquitto-mc/docker-compose.yml"
},
"env": [
{
"name": "CEDALO_LICENSE_KEY",
"label": "License key"
},
{
"name": "CEDALO_MOSQUITTO_PASSWORD",
"label": "Mosquitto password"
},
{
"name": "CEDALO_MC_USER",
"label": "Management Center username",
"default": "cedalo"
},
{
"name": "CEDALO_MC_PASSWORD",
"label": "Management Center password"
}
]
},
{
"type": 4,
"title": "Softing EdgeConnector modbus",
"description": "Connect Modbus TCP Sensors/PLCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-modbus/docker-compose.yml"
},
{
"type": 4,
"title": "Softing EdgeConnector 840D",
"description": "Access Siemens SINUMERIK 840D sl/pl controllers and provide data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-840d/docker-compose.yml"
},
{
"type": 4,
"title": "Softing EdgeConnector Siemens",
"description": "Connect Siemens SIMATIC S7-300/400/1200/1500 PLCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-siemens/docker-compose.yml"
},
{
"type": 4,
"title": "Softing EdgeConnector FANUC CNC",
"description": "Connect FANUC CNCs and provide the data via OPC UA and MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-fanuc-cnc/docker-compose.yml"
},
{
"type": 4,
"title": "Softing EdgeConnector Aggregator",
"description": "Offers a powerful OPC UA aggregation service which provides data via OPC UA, as well as MQTT",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/softing-edgeconnector-aggregator/docker-compose.yml"
},
{
"type": 4,
"title": "OPC Router",
"description": "No-code middleware for industrial applications",
"note": "More information about the <a href=\"https://www.opc-router.com/terms-of-use-and-eula/?utm_source=DockerHub_runtime&utm_medium=click&utm_campaign=TermsOfUseAndEula\" target=\"_blank\">EULA</a>.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/opc-router/docker-compose.yml"
},
{
"type": 4,
"title": "Pro Mosquitto with Management Center",
"description": "Commercial-grade Mosquitto MQTT broker with Management Center",
"note": "Use <b>admin</b> as the default username to connect to the Management Center.",
"stackfile": "https://raw.githubusercontent.com/portainer/templates/master/edge/cedalo-mosquitto-mc/docker-compose.yml"
},
{
"type": 3,
"title": "Manubes Edge Node",
"description": "High-performance cloud platform for industrial production management. Manubes is a no-code solution that is used to structure, monitor and control production data, systems and processes in the cloud.",
"categories": ["edge"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/inray-manubes.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "edge/inray-manubes-edge-node/docker-compose.yml"
},
"env": [
{
"name": "MANUBES_SECRET",
"label": "manubes secret"
},
{
"name": "ACCEPT_EULA",
"label": "Accept EULA",
"select": [
{
"text": "Yes, I accept",
"value": "true",
"default": true
}
]
}
]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化