add petio
add petio stack
This commit is contained in:
parent
d029f1bcc3
commit
eff107ea8a
3 changed files with 64 additions and 0 deletions
BIN
Images/petio-icon.png
Normal file
BIN
Images/petio-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
28
Template/Stack/petio.yml
Normal file
28
Template/Stack/petio.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
version: "2"
|
||||||
|
services:
|
||||||
|
petio:
|
||||||
|
image: hotio/petio
|
||||||
|
container_name: petio
|
||||||
|
environment:
|
||||||
|
- PUID=${PUID}
|
||||||
|
- PGID=${PGID}
|
||||||
|
- TZ=${TZ}
|
||||||
|
volumes:
|
||||||
|
- /portainer/Files/AppData/Config/petio/Config:/config
|
||||||
|
ports:
|
||||||
|
- ${PORT}:7777
|
||||||
|
restart: unless-stopped
|
||||||
|
depends_on:
|
||||||
|
- mongo_db
|
||||||
|
mongo_db:
|
||||||
|
image: mongo
|
||||||
|
container_name: mongo_db
|
||||||
|
environment:
|
||||||
|
- PUID=${PUID}
|
||||||
|
- PGID=${PGID}
|
||||||
|
- TZ=${Timezone}
|
||||||
|
volumes:
|
||||||
|
- /portainer/AppData/Config/mongo_db/config:/data/configdb
|
||||||
|
- /portainer/AppData/Config/mongo_db/DB:/data/db
|
||||||
|
restart: unless-stopped
|
|
@ -2488,6 +2488,42 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"categories": [
|
||||||
|
"Other",
|
||||||
|
"Tools"
|
||||||
|
],
|
||||||
|
"description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content.",
|
||||||
|
"env": [
|
||||||
|
{
|
||||||
|
"default": "1000",
|
||||||
|
"label": "PUID",
|
||||||
|
"name": "PUID"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "100",
|
||||||
|
"label": "PGID",
|
||||||
|
"name": "PGID"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "TZ",
|
||||||
|
"name": "TZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "PORT",
|
||||||
|
"name": "PORT"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/petio-icon.png",
|
||||||
|
"name": "Petio",
|
||||||
|
"platform": "linux",
|
||||||
|
"repository": {
|
||||||
|
"stackfile": "Template/Stack/petio.yml",
|
||||||
|
"url": "https://github.com/Qballjos/portainer_templates"
|
||||||
|
},
|
||||||
|
"title": "Petio",
|
||||||
|
"type": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"categories": [
|
"categories": [
|
||||||
"Photos"
|
"Photos"
|
||||||
|
|
Loading…
Reference in a new issue