From 954e19bd402e9a1bf711e26140b95f25ed150322 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Tue, 25 Aug 2020 14:35:49 -0700 Subject: [PATCH] portainer template --- dev/portainer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev/portainer.json diff --git a/dev/portainer.json b/dev/portainer.json new file mode 100644 index 00000000..44535ddf --- /dev/null +++ b/dev/portainer.json @@ -0,0 +1,15 @@ +{ + "type": 1, + "title": "Statping", + "description": "Service monitoring with a easy to use status page and mobile app", + "logo": "https://assets.statping.com/icon.png", + "image": "statping/statping:latest", + "ports": [ + "8080:8080/tcp" + ], + "volumes": [ + { + "container": "/app" + } + ] +}