update servarr mapping and env
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
d75bffd433
commit
660e1a4748
4 changed files with 13 additions and 9 deletions
|
|
@ -11,11 +11,12 @@ services:
|
|||
mem_limit: "2048m"
|
||||
mem_reservation: "512m"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=root
|
||||
- PGID=root
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/servarr/lidarr:/config
|
||||
- /pool/music:/mnt/music
|
||||
- /mnt/SATA-22TB-host15:/qbt
|
||||
- /mnt/ssd11/qbittorrent:/qbtssd
|
||||
|
||||
|
|
|
|||
|
|
@ -11,10 +11,11 @@ services:
|
|||
mem_limit: "2048m"
|
||||
mem_reservation: "512m"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=root
|
||||
- PGID=root
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/servarr/radarr:/config
|
||||
- /pool/movies:/mnt/movies
|
||||
- /mnt/SATA-22TB-host15:/qbt
|
||||
- /mnt/SATA-22TB-host15:/qbt
|
||||
- /mnt/ssd11/qbittorrent:/qbtssd
|
||||
|
|
@ -11,10 +11,11 @@ services:
|
|||
mem_limit: "2048m"
|
||||
mem_reservation: "512m"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=root
|
||||
- PGID=root
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/servarr/sonarr:/config
|
||||
- /pool/tv:/mnt/tv
|
||||
- /mnt/SATA-22TB-host15:/qbt
|
||||
- /mnt/ssd11/qbittorrent:/qbtssd
|
||||
|
|
|
|||
|
|
@ -10,11 +10,12 @@ services:
|
|||
cpus: '2.0'
|
||||
mem_limit: 4g
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=root
|
||||
- PGID=root
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/servarr/whisparr:/config
|
||||
- /docker/servarr/whisparr/tmp:/tmp
|
||||
- /pool/other:/mnt/other
|
||||
- /mnt/SATA-22TB-host15:/qbt
|
||||
- /mnt/ssd11/qbittorrent:/qbtssd
|
||||
|
|
|
|||
Loading…
Reference in a new issue