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" + } + ] +}