add prowlarr and sonarr
This commit is contained in:
parent
7f5a35d936
commit
c377f1a7d1
@ -57,6 +57,28 @@ services:
|
|||||||
- /mnt/hdd/media:/media
|
- /mnt/hdd/media:/media
|
||||||
- /mnt/hdd/apps/cert-1000:/cert
|
- /mnt/hdd/apps/cert-1000:/cert
|
||||||
|
|
||||||
|
sonarr:
|
||||||
|
container_name: sonarr
|
||||||
|
image: code.balsillie.net/michael/containers/sonarr:latest
|
||||||
|
pull_policy: always
|
||||||
|
depends_on:
|
||||||
|
cert-sorter:
|
||||||
|
condition: service_completed_successfully
|
||||||
|
required: true
|
||||||
|
restart: true
|
||||||
|
restart: unless-stopped
|
||||||
|
hostname: tv
|
||||||
|
domainname: balsillie.house
|
||||||
|
user: ubuntu
|
||||||
|
networks:
|
||||||
|
apps:
|
||||||
|
ipv4_address: 10.96.10.103
|
||||||
|
link_local_ips: []
|
||||||
|
volumes:
|
||||||
|
- /mnt/hdd/apps/sonarr:/config
|
||||||
|
- /mnt/hdd/media:/media
|
||||||
|
- /mnt/hdd/apps/cert-1000:/cert
|
||||||
|
|
||||||
radarr:
|
radarr:
|
||||||
container_name: radarr
|
container_name: radarr
|
||||||
image: code.balsillie.net/michael/containers/radarr:latest
|
image: code.balsillie.net/michael/containers/radarr:latest
|
||||||
@ -67,7 +89,7 @@ services:
|
|||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
hostname: radarr
|
hostname: movies
|
||||||
domainname: balsillie.house
|
domainname: balsillie.house
|
||||||
user: ubuntu
|
user: ubuntu
|
||||||
networks:
|
networks:
|
||||||
@ -79,4 +101,24 @@ services:
|
|||||||
- /mnt/hdd/media:/media
|
- /mnt/hdd/media:/media
|
||||||
- /mnt/hdd/apps/cert-1000:/cert
|
- /mnt/hdd/apps/cert-1000:/cert
|
||||||
|
|
||||||
# sonarr
|
prowlarr:
|
||||||
|
container_name: prowlarr
|
||||||
|
image: code.balsillie.net/michael/containers/radarr:latest
|
||||||
|
pull_policy: always
|
||||||
|
depends_on:
|
||||||
|
cert-sorter:
|
||||||
|
condition: service_completed_successfully
|
||||||
|
required: true
|
||||||
|
restart: true
|
||||||
|
restart: unless-stopped
|
||||||
|
hostname: index
|
||||||
|
domainname: balsillie.house
|
||||||
|
user: ubuntu
|
||||||
|
networks:
|
||||||
|
apps:
|
||||||
|
ipv4_address: 10.96.10.105
|
||||||
|
link_local_ips: []
|
||||||
|
volumes:
|
||||||
|
- /mnt/hdd/apps/prowlarr:/config
|
||||||
|
- /mnt/hdd/media:/media
|
||||||
|
- /mnt/hdd/apps/cert-1000:/cert
|
||||||
|
Loading…
Reference in New Issue
Block a user