feat: Add Readarr to arrapps stack
This commit is contained in:
parent
78ac0cddb8
commit
1a15015ff1
1 changed files with 35 additions and 0 deletions
35
compose.yaml
35
compose.yaml
|
|
@ -78,6 +78,23 @@ services:
|
||||||
- data:/data
|
- data:/data
|
||||||
- tdarr:/tdarr
|
- tdarr:/tdarr
|
||||||
|
|
||||||
|
readarr:
|
||||||
|
container_name: readarr
|
||||||
|
image: ghcr.io/hotio/readarr:latest
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- UMASK=022
|
||||||
|
networks:
|
||||||
|
- media_network
|
||||||
|
ports:
|
||||||
|
- "8787:8787"
|
||||||
|
volumes:
|
||||||
|
- /app-config/arr/readarr:/config
|
||||||
|
- data:/data
|
||||||
|
|
||||||
profilarr:
|
profilarr:
|
||||||
image: santiagosayshey/profilarr:latest
|
image: santiagosayshey/profilarr:latest
|
||||||
container_name: profilarr
|
container_name: profilarr
|
||||||
|
|
@ -145,6 +162,24 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
|
|
||||||
|
reclaimerr:
|
||||||
|
image: ghcr.io/jessielw/reclaimerr:latest
|
||||||
|
container_name: reclaimerr
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- media_network
|
||||||
|
ports:
|
||||||
|
- "8000:8000"
|
||||||
|
volumes:
|
||||||
|
- /app-config/github/arrapps/reclaimerr-data:/app/data
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
- API_HOST=0.0.0.0
|
||||||
|
- API_PORT=8000
|
||||||
|
- COOKIE_SECURE=false
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
driver: local
|
driver: local
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue