From e5c6811ed06efea11b4477be9ffbdbb0429f5093 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 13 Apr 2023 23:37:50 -0500 Subject: [PATCH] added bazarr for testing --- docker-compose.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 018dd59..2fda7b8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,6 +13,21 @@ services: volumes: - ./appdata/authelia/config:/config + bazarr: + container_name: bazarr + hostname: bazarr + image: lscr.io/linuxserver/bazarr:latest + environment: + - PUID=${PUID} + - PGID=${PGID} + - TZ=${TZ} + ports: + - 6767:6767 + restart: unless-stopped + volumes: + - ./appdata/bazarr:/config + - /mnt/data:/data + bitwarden: container_name: bitwarden hostname: bitwarden