fix byparr error remove bazarr for now
All checks were successful
Test Action / test (push) Successful in 3s

This commit is contained in:
Aaron Pierson
2026-03-10 18:04:00 -05:00
parent 0dd30f13a7
commit a999cce940

View File

@@ -1,31 +1,19 @@
--- ---
services: services:
#Subs
bazarr:
image: lscr.io/linuxserver/bazarr:latest
container_name: bazarr
environment:
- PUID=0
- PGID=0
- TZ=Etc/UTC
volumes:
- /opt/bazarr/config:/config
- /home/mediaCenter:/data
- /home/media:/data
ports:
- 6767:6767
restart: unless-stopped
#captcha #captcha
byparr: byparr:
image: ghcr.io/thephaseless/byparr:latest image: ghcr.io/thephaseless/byparr:latest
container_name: byparr
restart: unless-stopped restart: unless-stopped
init: true environment:
build: - LOG_LEVEL=INFO
context: . #init: true
dockerfile: Dockerfile #build:
# context: .
# dockerfile: Dockerfile
# Uncomment below to use byparr outside of internal network # Uncomment below to use byparr outside of internal network
# ports: ports:
# - "8191:8191" - "8191:8191"
#Helps removing stall downloads and malware #Helps removing stall downloads and malware
#https://cleanuparr.github.io/Cleanuparr/docs/installation/detailed/#docker-compose #https://cleanuparr.github.io/Cleanuparr/docs/installation/detailed/#docker-compose