remove stash, add bazarr, add cloudreve

This commit is contained in:
2025-09-23 16:13:09 +02:00
parent 2834c1c34e
commit 3e25210f4c
12 changed files with 202 additions and 103 deletions

View File

@@ -44,18 +44,19 @@ services:
limits:
memory: 2G
whisparr:
image: ghcr.io/hotio/whisparr:latest
bazarr:
image: ghcr.io/hotio/bazarr:latest
container_name: bazarr
environment:
- PUID=1000
- PGID=100
- TZ=Europe/Amsterdam
ports:
- 6969:6969
- 6767:6767
extra_hosts:
- host.docker.internal:host-gateway
volumes:
- {{ arr_stack_data_dir }}/whisparr-config:/config
- {{ arr_stack_data_dir }}/bazarr-config:/config
- /mnt/data:/mnt/data
restart: unless-stopped
networks:
@@ -63,7 +64,7 @@ services:
deploy:
resources:
limits:
memory: 2G
memory: 512M
prowlarr:
container_name: prowlarr