diff --git a/Starr-Services/compose.yml b/Starr-Services/compose.yml index 126b657..231c255 100644 --- a/Starr-Services/compose.yml +++ b/Starr-Services/compose.yml @@ -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