update Medusa pic path and fix some volumes path
This commit is contained in:
parent
5c01a15f4e
commit
3ac18d060c
|
@ -1,18 +1,14 @@
|
||||||
name: medusa
|
name: medusa
|
||||||
services:
|
services:
|
||||||
medusa:
|
medusa:
|
||||||
cpu_shares: 90
|
|
||||||
command: []
|
|
||||||
container_name: medusa
|
container_name: medusa
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 7848M
|
memory: 7848M
|
||||||
environment:
|
environment:
|
||||||
- TZ=GMT
|
- TZ= $TZ
|
||||||
image: pymedusa/medusa:master
|
image: pymedusa/medusa:master
|
||||||
labels:
|
|
||||||
icon: https://icon.casaos.io/main/all/medusa.png
|
|
||||||
ports:
|
ports:
|
||||||
- target: 8081
|
- target: 8081
|
||||||
published: "8081"
|
published: "8081"
|
||||||
|
@ -20,25 +16,37 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/medusa
|
source: /DATA/AppData/$AppID
|
||||||
target: /config
|
target: /config
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/Downloads/Television
|
source: /DATA/AppData/$AppID/Downloads/Television
|
||||||
target: /downloads
|
target: /downloads
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/Media/Television
|
source: /DATA/AppData/$AppID/Media/Television
|
||||||
target: /tv
|
target: /tv
|
||||||
devices: []
|
devices: []
|
||||||
cap_add: []
|
cap_add: []
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
privileged: false
|
privileged: false
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
main: medusa
|
||||||
author: Jason McFeetors
|
author: Jason McFeetors
|
||||||
developer: pyMedusa (https://github.com/pymedusa)
|
developer: pyMedusa (https://github.com/pymedusa)
|
||||||
category: Media
|
category: Media
|
||||||
description:
|
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.
|
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: /
|
index: /
|
||||||
port_map: "8081"
|
port_map: "8081"
|
||||||
scheme: http
|
scheme: http
|
||||||
|
|
Loading…
Reference in New Issue