Skip to content

Instantly share code, notes, and snippets.

@Makeshift
Created November 8, 2021 18:26
Show Gist options
  • Save Makeshift/68c7be96bc936447e5786cd3d953fe21 to your computer and use it in GitHub Desktop.
Save Makeshift/68c7be96bc936447e5786cd3d953fe21 to your computer and use it in GitHub Desktop.
Marauder - Extra Sonarr/Radarr
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