add backup, readarr
This commit is contained in:
@ -137,3 +137,25 @@ services:
|
||||
- /mnt/hdd/apps/prowlarr:/config
|
||||
- /mnt/hdd/media:/media
|
||||
- /mnt/hdd/apps/cert-1000:/cert
|
||||
|
||||
readarr:
|
||||
container_name: readarr
|
||||
image: code.balsillie.net/michael/containers/readarr:latest
|
||||
pull_policy: always
|
||||
depends_on:
|
||||
cert-sorter:
|
||||
condition: service_completed_successfully
|
||||
required: true
|
||||
restart: true
|
||||
restart: unless-stopped
|
||||
hostname: books
|
||||
domainname: balsillie.house
|
||||
user: ubuntu
|
||||
networks:
|
||||
apps:
|
||||
ipv4_address: 10.96.10.106
|
||||
link_local_ips: []
|
||||
volumes:
|
||||
- /mnt/hdd/apps/readarr:/config
|
||||
- /mnt/hdd/media:/media
|
||||
- /mnt/hdd/apps/cert-1000:/cert
|
||||
|
Reference in New Issue
Block a user