2024-02-15 16:41:54 -05:00
|
|
|
---
|
2024-02-12 23:58:56 -05:00
|
|
|
services:
|
|
|
|
bazarr:
|
2024-04-10 22:30:56 -04:00
|
|
|
image: lscr.io/linuxserver/bazarr@sha256:563a496ca85130962001b1a40bca1d8f8b37fc646d8d4da771c31d8dd20320d2
|
2024-02-12 23:58:56 -05:00
|
|
|
ports:
|
|
|
|
- "6767:6767"
|
|
|
|
volumes:
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
- /docker/appdata/bazarr:/config
|
|
|
|
- /data/media:/data/media
|
|
|
|
restart: unless-stopped
|
|
|
|
environment:
|
2024-02-19 12:07:15 -05:00
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
2024-02-12 23:58:56 -05:00
|
|
|
|
|
|
|
lidarr:
|
2024-04-10 22:31:00 -04:00
|
|
|
image: lscr.io/linuxserver/lidarr@sha256:e1abb0af888c67ceb2607ed0e72244a2db5e8c69a81ba79c115dc1b3e78f257b
|
2024-02-12 23:58:56 -05:00
|
|
|
ports:
|
|
|
|
- "8686:8686"
|
|
|
|
volumes:
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
- /docker/appdata/lidarr:/config
|
|
|
|
- /data:/data
|
|
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
|
|
|
|
prowlarr:
|
2024-04-10 22:31:02 -04:00
|
|
|
image: lscr.io/linuxserver/prowlarr@sha256:2286e6381b62fa4fec296bd101e51355e48193c99cdc813ae7dc50ee4696ef9a
|
2024-02-12 23:58:56 -05:00
|
|
|
ports:
|
|
|
|
- "9696:9696"
|
|
|
|
volumes:
|
|
|
|
- /docker/appdata/prowlarr:/config
|
|
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
|
|
|
|
radarr:
|
2024-04-11 00:29:49 -04:00
|
|
|
image: lscr.io/linuxserver/radarr@sha256:1afb332d12843163750a40a4e03b0a91b03db8831f9455cbb6fc06ebddbfa16e
|
2024-02-12 23:58:56 -05:00
|
|
|
ports:
|
|
|
|
- "7878:7878"
|
|
|
|
volumes:
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
- /docker/appdata/radarr:/config
|
|
|
|
- /data:/data
|
|
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
|
|
|
|
sonarr:
|
2024-04-01 02:07:00 -04:00
|
|
|
image: lscr.io/linuxserver/sonarr@sha256:f4c3088f5c07a33da5bd3d39df7499c425c60f3e40093a2efd057d145a73b34f
|
2024-02-12 23:58:56 -05:00
|
|
|
ports:
|
|
|
|
- "8989:8989"
|
|
|
|
volumes:
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
- /docker/appdata/sonarr:/config
|
|
|
|
- /data:/data
|
|
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
|
2024-04-10 23:52:54 -04:00
|
|
|
homarr:
|
|
|
|
container_name: homarr
|
|
|
|
image: ghcr.io/ajnart/homarr@sha256:caf77d79272d16e8081a90e0f2b2928d385ca0b3c0dd36e50cb46ff3aa940ab9
|
|
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
- /docker/appdata/homarr/configs:/app/data/configs
|
|
|
|
- /docker/appdata/homarr/icons:/app/public/icons
|
|
|
|
- /docker/appdata/homarr/data:/data
|
|
|
|
ports:
|
|
|
|
- '7575:7575'
|
|
|
|
|
2024-02-12 23:58:56 -05:00
|
|
|
networks:
|
|
|
|
default:
|
2024-02-15 19:59:58 -05:00
|
|
|
name: arrs_default
|