update Medusa pic path and fix some volumes path
This commit is contained in:
parent
5c01a15f4e
commit
3ac18d060c
|
@ -1,18 +1,14 @@
|
|||
name: medusa
|
||||
services:
|
||||
medusa:
|
||||
cpu_shares: 90
|
||||
command: []
|
||||
container_name: medusa
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 7848M
|
||||
environment:
|
||||
- TZ=GMT
|
||||
- TZ= $TZ
|
||||
image: pymedusa/medusa:master
|
||||
labels:
|
||||
icon: https://icon.casaos.io/main/all/medusa.png
|
||||
ports:
|
||||
- target: 8081
|
||||
published: "8081"
|
||||
|
@ -20,25 +16,37 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /DATA/AppData/medusa
|
||||
source: /DATA/AppData/$AppID
|
||||
target: /config
|
||||
- type: bind
|
||||
source: /DATA/Downloads/Television
|
||||
source: /DATA/AppData/$AppID/Downloads/Television
|
||||
target: /downloads
|
||||
- type: bind
|
||||
source: /DATA/Media/Television
|
||||
source: /DATA/AppData/$AppID/Media/Television
|
||||
target: /tv
|
||||
devices: []
|
||||
cap_add: []
|
||||
network_mode: bridge
|
||||
privileged: false
|
||||
x-casaos:
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
- arm
|
||||
main: medusa
|
||||
author: Jason McFeetors
|
||||
developer: pyMedusa (https://github.com/pymedusa)
|
||||
category: Media
|
||||
description:
|
||||
en_us: Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
|
||||
icon: https://icon.casaos.io/main/all/medusa.png
|
||||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Medusa/medusa.png
|
||||
screenshot_link:
|
||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Medusa/screenshot-1.png
|
||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Medusa/screenshot-2.png
|
||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Medusa/screenshot-3.png
|
||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Medusa/screenshot-4.png
|
||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Medusa/screenshot-5.png
|
||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Medusa/screenshot-6.png
|
||||
index: /
|
||||
port_map: "8081"
|
||||
scheme: http
|
||||
|
|
Loading…
Reference in New Issue