Created
November 8, 2021 18:26
-
-
Save Makeshift/68c7be96bc936447e5786cd3d953fe21 to your computer and use it in GitHub Desktop.
Marauder - Extra Sonarr/Radarr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
radarr4k: | |
image: makeshift27015/radarr | |
restart: unless-stopped | |
depends_on: | |
- rclone | |
volumes: | |
- /etc/localtime:/etc/localtime:ro | |
- ./runtime_conf/radarr4k:/config | |
- ./shared/:/shared:rshared | |
environment: | |
TZ: "Europe/London" | |
PUID: 65534 | |
PGID: 65534 | |
UMASK: 000 | |
ports: | |
- 8990:8989 | |
sonarr4k: | |
image: makeshift27015/sonarr | |
restart: unless-stopped | |
depends_on: | |
- rclone | |
volumes: | |
- /etc/localtime:/etc/localtime:ro | |
- ./runtime_conf/sonarr4k:/config | |
- ./shared/:/shared:rshared | |
environment: | |
TZ: "Europe/London" | |
PUID: 65534 | |
PGID: 65534 | |
UMASK: 000 | |
ports: | |
- 7879:7878 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment