All apps · 0 apps
bookorbit-db
OfficialDocker app from joshcrosby's Repository
Overview
PostgreSQL 18 + pgvector database for BookOrbit. This container has no web UI of its own - it exists purely to back the bookorbit container.
If you would like to use a custom Docker network to reach this database by its container name, go to Unraid terminal, enter docker network create bookorbit and then both bookorbit-db and bookorbit need to be attached to that network.
The POSTGRES_USER, POSTGRES_PASSWORD, and POSTGRES_DB values you set here MUST exactly match the values you enter in bookorbit.
Install bookorbit-db on Unraid in a few clicks.
Find bookorbit-db in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for bookorbit-db Review the template variables and paths Click Install
Categories
Download Statistics
107,243,492
Total Downloads
17,883,371
This Month
14,537,119
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allDetails
Repository
pgvector/pgvector:pg18Last Updated2026-06-18
First Seen2026-01-19
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
PortPorttcp
Host port used to reach database. Maps to the fixed internal port 5432. Make sure this matches in bookorbit container variable POSTGRES_PORT.
- Target
- 5432
- Default
- 5432
- Value
- 5432
Postgres UserVariable
Database username. Must match POSTGRES_USER in the bookorbit container.
- Target
- POSTGRES_USER
- Default
- bookorbit
- Value
- bookorbit
Postgres PasswordVariable
Database password. Must match POSTGRES_PASSWORD in bookorbit.
- Target
- POSTGRES_PASSWORD
Postgres DBVariable
Database name. Must match POSTGRES_DB in the bookorbit container.
- Target
- POSTGRES_DB
- Default
- bookorbit
- Value
- bookorbit
PGDATAVariable
Internal Postgres data directory inside the container. Leave as default.
- Default
- /var/lib/postgresql/data/pgdata
- Value
- /var/lib/postgresql/data/pgdata
Database StoragePathrw
Where Postgres stores its data files on the array/cache.
- Target
- /var/lib/postgresql/data
- Default
- /mnt/user/appdata/bookorbit-db
- Value
- /mnt/user/appdata/bookorbit-db