CasaOS-Store/Apps/Bazarr/docker-compose.yml

88 lines
2.4 KiB
YAML

name: bazarr
services:
bazarr:
environment:
PGID: "1000"
PUID: "1000"
TZ: Europe/London
image: linuxserver/bazarr:1.2.0
deploy:
resources:
reservations:
memory: 64M
network_mode: bridge
ports:
- target: 6767
published: "6767"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/Media/Movies
target: /movies
- type: bind
source: /DATA/Media/TV Shows
target: /tv
- type: bind
source: /DATA/AppData/bazarr/config
target: /config
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
-
container: PUID
description:
en_US: ""
-
container: PGID
description:
en_US: ""
-
container: TZ
description:
en_US: ""
port_map: "6767"
ports:
-
container: "6767"
description:
en_US: ""
volumes:
-
container: /movies
description:
en_US: ""
-
container: /tv
description:
en_US: ""
-
container: /config
description:
en_US: ""
description:
en_US: Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
developer: Sabnzbd Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png
tagline:
en_US: Letter generators for Sonarr and Radarr
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/thumbnail.png
tips: {}
title:
en_US: Bazarr
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: bazarr