From ed338f1b25d57e038ff71c010fc089ccdd3b3672 Mon Sep 17 00:00:00 2001 From: Deepika J Date: Thu, 17 Mar 2022 10:32:25 +0000 Subject: [PATCH] Delete 'templates.json' --- templates.json | 80 -------------------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 templates.json diff --git a/templates.json b/templates.json deleted file mode 100644 index e3f2f79..0000000 --- a/templates.json +++ /dev/null @@ -1,80 +0,0 @@ -[ - { - "title": "Chronocommand", - "description": "Time management", - "categories": ["docker"], - "platform": "linux", - "logo": "https://raw.githubusercontent.com/kristkat/custom-templates-portainer/master/Hourglass.png", - "image": "registry:latest", - "ports": [ - "5000/tcp" - ], - "volumes": ["/var/lib/registry"] - }, - { - "title": "ScaleIT", - "description": "App for AOI machines", - "categories": ["docker"], - "platform": "linux", - "logo": "https://raw.githubusercontent.com/kristkat/custom-templates-portainer/master/logo_social_media_ROUND.png", - "image": "registry:latest", - "ports": [ - "5000/tcp" - ], - "volumes": ["/var/lib/registry"] - }, - { - "title": "Funktion Server", - "description": "Manages funktions", - "categories": ["docker"], - "platform": "linux", - "logo": "https://raw.githubusercontent.com/kristkat/custom-templates-portainer/master/365px-Lambda_logo.svg_.png", - "image": "registry:latest", - "ports": [ - "5000/tcp" - ], - "volumes": ["/var/lib/registry"] - }, - - { - "title": "Redmine", - "description": "Open-source project management tool", - "categories": ["project-management"], - "platform": "linux", - "logo": "https://cloudinovasi.id/assets/img/logos/redmine.png", - "image": "redmine:latest", - "ports": [ - "3000/tcp" - ], - "volumes": ["/usr/src/redmine/files"] - }, - - { - "title": "Gitlab", - "description": "Open-source project management tool", - "categories": ["project-management"], - "platform": "linux", - "logo": "https://raw.githubusercontent.com/kristkat/custom-templates-portainer/master/stacked_wm_no_bg.png", - "image": "redmine:latest", - "ports": [ - "3000/tcp" - ], - "volumes": ["/usr/src/redmine/files"] - } - , - { - "title": "Elasticsearch", - "description": "Open-source search and analytics engine", - "categories": ["database"], - "platform": "linux", - "logo": "https://cloudinovasi.id/assets/img/logos/elasticsearch.png", - "image": "elasticsearch:latest", - "ports": [ - "9200/tcp", - "9300/tcp" - ], - "volumes": ["/usr/share/elasticsearch/data"] - } - - -] \ No newline at end of file