Skip to content

Media server using *arr stack and docker-compose.

Notifications You must be signed in to change notification settings

rekk30/media-servarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

media-servarr

Media server using *arr stack and docker-compose.

docker-compose up -d

Prowlarr Postgresql

Create two databases:

  • prowlarr-main For configuration and history
  • prowlarr-log For logs

Add to the Prowlarr config.xml:

<PostgresUser>postgres user</PostgresUser>
<PostgresPassword>postgres pass</PostgresPassword>
<PostgresPort>postgres port</PostgresPort>
<PostgresHost>postgres hostname</PostgresHost>

You can also specify a databases name

<PostgresMainDb>main db name</PostgresMainDb>
<PostgresLogDb>log db name</PostgresLogDb>

Radarr Postgresql

Create two databases:

  • radarr-main For configuration and history
  • radarr-log For logs

Add to the Radarr config.xml:

<PostgresUser>postgres user</PostgresUser>
<PostgresPassword>postgres pass</PostgresPassword>
<PostgresPort>postgres port</PostgresPort>
<PostgresHost>postgres hostname</PostgresHost>

You can also specify a databases name

<PostgresMainDb>main db name</PostgresMainDb>
<PostgresLogDb>log db name</PostgresLogDb>

About

Media server using *arr stack and docker-compose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages