Add new project crontab-ui
This commit is contained in:
24
template/apps/crontab-ui.json
Normal file
24
template/apps/crontab-ui.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"categories": [
|
||||
"Other",
|
||||
"Tools"
|
||||
],
|
||||
"description": "Easy and safe way to manage your crontab file",
|
||||
"image_arm64": "rmiddle/crontab-ui:master",
|
||||
"image_amd64": "rmiddle/crontab-ui:master",
|
||||
"name": "crontab-ui",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"5011:5000/tcp"
|
||||
],
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "crontab-ui",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/crontab-ui/crontab-ui",
|
||||
"container": "/crontab-ui"
|
||||
}
|
||||
],
|
||||
"webpage": ""
|
||||
}
|
||||
Reference in New Issue
Block a user