removing arrs from downloader branch
This commit is contained in:
parent
bac0f6fbd4
commit
579521c2f6
1 changed files with 0 additions and 69 deletions
|
@ -1,69 +0,0 @@
|
|||
---
|
||||
version: "3.7"
|
||||
services:
|
||||
bazarr:
|
||||
image: lscr.io/linuxserver/bazarr@sha256:d9cb62904760a40ade8642e70be8e78bccfc7b4301d5496626004444f4c32fb9
|
||||
ports:
|
||||
- "6767:6767"
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/appdata/bazarr:/config
|
||||
- /data/media:/data/media
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
lidarr:
|
||||
image: lscr.io/linuxserver/lidarr@sha256:e8dd8dcd32a31f66523ce96c4c268974a72fcd196d0be1e26469987e8c739517
|
||||
ports:
|
||||
- "8686:8686"
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/appdata/lidarr:/config
|
||||
- /data:/data
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr@sha256:dac3ea69fb3c78b524aa9fbc9dcfde99faa8598b4f1fd1df4e5fdd2f8914b456
|
||||
ports:
|
||||
- "9696:9696"
|
||||
volumes:
|
||||
- /docker/appdata/prowlarr:/config
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr@sha256:c092cf279e27359775a11dc9ce6cf2cf22975a36105c4f6214fa9df60cf0a1c4
|
||||
ports:
|
||||
- "7878:7878"
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/appdata/radarr:/config
|
||||
- /data:/data
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr@sha256:630e206eef7453238024b46c52a082d9b6aee57569eaa1f58a41869221a7b98c
|
||||
ports:
|
||||
- "8989:8989"
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/appdata/sonarr:/config
|
||||
- /data:/data
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: arrs_default
|
Reference in a new issue