2023-11-27 07:03:33 +00:00
|
|
|
name: medusa
|
|
|
|
services:
|
|
|
|
medusa:
|
|
|
|
container_name: medusa
|
|
|
|
deploy:
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
memory: 7848M
|
|
|
|
environment:
|
2023-11-27 07:19:26 +00:00
|
|
|
- TZ= $TZ
|
2023-11-27 07:03:33 +00:00
|
|
|
image: pymedusa/medusa:master
|
|
|
|
ports:
|
|
|
|
- target: 8081
|
|
|
|
published: "8081"
|
|
|
|
protocol: tcp
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- type: bind
|
2023-11-27 07:19:26 +00:00
|
|
|
source: /DATA/AppData/$AppID
|
2023-11-27 07:03:33 +00:00
|
|
|
target: /config
|
|
|
|
- type: bind
|
2023-11-27 07:19:26 +00:00
|
|
|
source: /DATA/AppData/$AppID/Downloads/Television
|
2023-11-27 07:03:33 +00:00
|
|
|
target: /downloads
|
|
|
|
- type: bind
|
2023-11-27 07:19:26 +00:00
|
|
|
source: /DATA/AppData/$AppID/Media/Television
|
2023-11-27 07:03:33 +00:00
|
|
|
target: /tv
|
|
|
|
devices: []
|
|
|
|
cap_add: []
|
|
|
|
network_mode: bridge
|
|
|
|
privileged: false
|
|
|
|
x-casaos:
|
2023-11-27 07:19:26 +00:00
|
|
|
architectures:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
|
|
|
- arm
|
|
|
|
main: medusa
|
2023-11-27 07:03:33 +00:00
|
|
|
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.
|
2023-11-27 07:19:26 +00:00
|
|
|
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
|
2023-11-27 07:03:33 +00:00
|
|
|
index: /
|
|
|
|
port_map: "8081"
|
|
|
|
scheme: http
|
|
|
|
store_app_id: medusa
|
|
|
|
title:
|
|
|
|
en_us: Medusa
|