portainer template

pull/805/head
hunterlong 2020-08-25 14:35:49 -07:00
parent 8c0543a161
commit 954e19bd40
1 changed files with 15 additions and 0 deletions

15
dev/portainer.json vendored Normal file
View File

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