dashmachine volume

This commit is contained in:
SelfhostedPro 2020-06-02 14:37:57 -07:00
parent b839901861
commit 91c29e7bc7
2 changed files with 9 additions and 11 deletions

BIN
Images/dashmachine_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -12,7 +12,7 @@
], ],
"volumes": [ "volumes": [
{"container": "/config", {"container": "/config",
"bind": "/srv/dev-disk-by-label-media/AppData/HTPCmanager" "bind": "/srv/dev-disk-by-label-media/Files/AppData/HTPCmanager"
} }
], ],
"env": [ "env": [
@ -43,7 +43,7 @@
], ],
"volumes": [ "volumes": [
{"container": "/config", {"container": "/config",
"bind": "/srv/dev-disk-by-label-media/AppData/Jackett" "bind": "/srv/dev-disk-by-label-media/Files/AppData/Jackett"
}, },
{"container": "/downloads", {"container": "/downloads",
"bind": "/srv/dev-disk-by-label-media/Downloads" "bind": "/srv/dev-disk-by-label-media/Downloads"
@ -1637,12 +1637,7 @@
"image": "linuxserver/resilio-sync:latest", "image": "linuxserver/resilio-sync:latest",
"categories": ["Backup:", "Cloud", "Other", "Tools"], "categories": ["Backup:", "Cloud", "Other", "Tools"],
"platform": "linux", "platform": "linux",
"ports": [ ""volumes": [{"container": "/dashmachine/dashmachine/user_data"}] {"container": "/config"},
"8888/tcp",
"55555/tcp"
],
"volumes": [
{"container": "/config"},
{"container": "/sync"}, {"container": "/sync"},
{"container": "/downloads"} {"container": "/downloads"}
], ],
@ -2128,14 +2123,17 @@
"type": 1, "type": 1,
"title": "DashMachine", "title": "DashMachine",
"description": "Another application bookmark dashboard, with fun features.", "description": "Another application bookmark dashboard, with fun features.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png", "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png",
"image": "rmountjoy/dashmachine:latest", "image": "rmountjoy/dashmachine:latest",
"categories": ["Other", "Tools"], "categories": ["Other", "Tools"],
"platform": "linux", "platform": "linux",
"ports": [ "ports": [
"5000:5000/tcp" "5000:5000/tcp"
], ],
"volumes": [{"container": "/dashmachine/dashmachine/user_data"}] "volumes": [
{"container": "/config",
"bind": "/dashmachine/dashmachine/user_data"
}
]
} }
] ]