78 lines
2.3 KiB
JSON
78 lines
2.3 KiB
JSON
{
|
|
"version": "2",
|
|
"templates": [
|
|
{
|
|
"type": 3,
|
|
"title": "Wordpress",
|
|
"description": "Wordpress",
|
|
"categories": ["PaaS"],
|
|
"platform": "linux",
|
|
"logo": "",
|
|
"repository": {
|
|
"url": "https://git.baraise.fr/Aguay/portainer",
|
|
"stackfile": "wordpress/docker-compose.yml"
|
|
},
|
|
"env": [
|
|
{
|
|
"name": "ENTRYPOINT",
|
|
"label": "Entrypoint pour le http et le https",
|
|
"description": "entrypoint traefik",
|
|
"select": [
|
|
{
|
|
"text": "Voulez vous du https uniquement?",
|
|
"value": "websecure"
|
|
},
|
|
{
|
|
"text": "Que du htttp?",
|
|
"value": "web"
|
|
},
|
|
{
|
|
"text": "Https et Http",
|
|
"value": "web,websecure",
|
|
"default": true
|
|
|
|
}
|
|
],
|
|
"description": "Some environment variable."
|
|
},
|
|
{
|
|
"name": "MYSQL_DATABASE",
|
|
"label": "Mysql Database",
|
|
"description": "Version of Dokku to use ('latest' if empty)",
|
|
"default": "wordpress"
|
|
},
|
|
{
|
|
"name": "MYSQL_ROOT_PASSWORD",
|
|
"label": "Mysql Root passsword",
|
|
"description": "Global hostname to be registered by Dokku",
|
|
"default": "wordpress"
|
|
},
|
|
{
|
|
"name": "MYSQL_USER",
|
|
"label": "Mysql user",
|
|
"description": "Host path to be bound to /mnt/dokku (`/var/lib/dokku` if empty)",
|
|
"default": "wordpress"
|
|
},
|
|
{
|
|
"name": "MYSQL_PASSWORD",
|
|
"label": "Mysql password",
|
|
"description": "Image build cache path. Generally set to <data dir> + '/home/dokku'",
|
|
"default": "wordpress"
|
|
},
|
|
{
|
|
"name": "APP_HOST",
|
|
"label": "Url app host",
|
|
"description": "Host port to expose SSH port of Dokku (22 if empty)",
|
|
"default": "wordpress.traefik.me"
|
|
},
|
|
{
|
|
"name": "ROUTER_NAME",
|
|
"label": "Url app host",
|
|
"description": "Host port to expose SSH port of Dokku (22 if empty)",
|
|
"default": "wordpress"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|