fix byparr error remove bazarr for now
All checks were successful
Test Action / test (push) Successful in 3s
All checks were successful
Test Action / test (push) Successful in 3s
This commit is contained in:
@@ -1,31 +1,19 @@
|
||||
---
|
||||
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
|
||||
byparr:
|
||||
image: ghcr.io/thephaseless/byparr:latest
|
||||
container_name: byparr
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- LOG_LEVEL=INFO
|
||||
#init: true
|
||||
#build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
# Uncomment below to use byparr outside of internal network
|
||||
# ports:
|
||||
# - "8191:8191"
|
||||
ports:
|
||||
- "8191:8191"
|
||||
|
||||
#Helps removing stall downloads and malware
|
||||
#https://cleanuparr.github.io/Cleanuparr/docs/installation/detailed/#docker-compose
|
||||
|
||||
Reference in New Issue
Block a user