From d16ffdc72b471b4af9ea458ff9b3f50f53d7712e Mon Sep 17 00:00:00 2001 From: valentin Date: Wed, 22 Mar 2023 11:38:44 +0100 Subject: [PATCH] portainer --- portainer.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 portainer.json diff --git a/portainer.json b/portainer.json new file mode 100644 index 0000000..7afb3ae --- /dev/null +++ b/portainer.json @@ -0,0 +1,50 @@ +{ + "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": "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 + '/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" + }, + ] + } + ] + } + \ No newline at end of file