New Profile - Balanced (HEVC) (#41)

* Added Balanced (HEVC) Profile + accompanying custom formats
* removed legacy h265 profile
This commit is contained in:
Sam Chau
2024-04-15 15:22:28 +09:30
committed by GitHub
parent 088f8c5a04
commit ade7ae90d7
3 changed files with 1104 additions and 26 deletions

View File

@@ -2,8 +2,8 @@ version: "3.3"
x-common-settings: &common-settings
environment:
PUID: 1000 # user id, change as necessary
PGID: 1000 # group id, change as necessary
PUID: 0 # user id, change as necessary
PGID: 0 # group id, change as necessary
TZ: Europe/London # timezone, change as necessary
restart: unless-stopped
@@ -14,6 +14,8 @@ services:
container_name: radarr
ports:
- "7887:7878" # change the left value to the desired host port for Radarr
volumes:
- radarr_movies:/movies
radarr2:
<<: *common-settings
@@ -35,3 +37,6 @@ services:
container_name: sonarr2
ports:
- "8999:8989" # change the left value to the desired host port for Sonarr
volumes:
radarr_movies: # Docker managed volume for movies