bazarr configs (#1)

Reviewed-on: #1
Co-authored-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com>
Co-committed-by: Vishesh 'ironeagle' Bangotra <aetoskia@gmail.com>
This commit is contained in:
2025-10-29 20:41:22 +00:00
committed by aetos
parent 261779f06f
commit 27479986b7

View File

@@ -39,6 +39,14 @@ x-volume-configs:
create_host_path: true
- <<: *shared_data_volume
bazarr: &bazarr_volumes
- type: bind
source: /mnt/omnissiah-vault/configs/bazarr
target: /config
bind:
create_host_path: true
- <<: *shared_data_volume
services:
jellyseerr:
image: fallenbagel/jellyseerr:latest
@@ -128,6 +136,31 @@ services:
- 1.1.1.1
- 8.8.8.8
bazarr:
image: lscr.io/linuxserver/bazarr:latest
container_name: bazarr
ports: ["6767:6767"]
volumes: *bazarr_volumes
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
networks:
- media-net
depends_on:
- sonarr
- radarr
extra_hosts:
- "host.docker.internal:host-gateway"
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:6767" ]
interval: 1m
retries: 3
restart: unless-stopped
dns:
- 1.1.1.1
- 8.8.8.8
ombi:
image: lscr.io/linuxserver/ombi:latest
container_name: ombi