Media server using *arr stack and docker-compose.
docker-compose up -d
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>
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>