PostgreSQL
| Description / name | Input element |
|---|---|
| Container Registry | |
| Container Configuration Root Path | |
| Timezone | |
| User ID | |
| Group ID | |
| PostgreSQL Host Port | |
| PostgreSQL /var/lib/postgresql/data Path |
The World's Most Advanced Open Source Relational Database on FreeBSD.
Requires ocijail with annotation support (≥ 0.6.0)
This image needs the jail permission allow.sysvipc, applied via OCI annotations. FreeBSD quarterly ships ocijail 0.4.0, which has no annotation support — the container starts but the permission is silently dropped, so the app can crash or misbehave. Point your pkg repos at the latest branch (ocijail ≥ 0.6.0) and run with the annotation flag shown below. See the ocijail guide.
| Port | 5432 |
| Registry | ghcr.io/daemonless/postgres |
| Daemonless | daemonless/postgres |
| Source | www.postgresql.org/ |
| Website | www.postgresql.org |
Version Tags
| Tag | Description | Best For |
|---|---|---|
14 / 14-pkg |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
14-pkg-latest |
FreeBSD Latest. Rolling package updates. | Staying current. |
15 / 15-pkg |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
15-pkg-latest |
FreeBSD Latest. Rolling package updates. | Staying current. |
16 / 16-pkg |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
16-pkg-latest |
FreeBSD Latest. Rolling package updates. | Staying current. |
17 / 17-pkg |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
17-pkg-latest |
FreeBSD Latest. Rolling package updates. | Staying current. |
18 / 18-pkg / latest / pkg |
FreeBSD Quarterly. Uses stable, tested packages. | Most users — recommended. |
18-pkg-latest / pkg-latest |
FreeBSD Latest. Rolling package updates. | Staying current. |
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions, including the security model for host vs. container privileges.
Deployment
Interactive Configuration
Parameters
Environment Variables
| Variable | Default | Description |
|---|---|---|
POSTGRES_USER |
postgres |
Database superuser name (default: postgres) |
POSTGRES_PASSWORD |
postgres |
Database superuser password |
POSTGRES_DB |
postgres |
Default database to create (default: same as user) |
PUID |
1000 |
|
PGID |
1000 |
|
TZ |
UTC |
|
POSTGRES_INITDB_ARGS |
`` | Additional arguments for initdb |
POSTGRES_HOST_AUTH_METHOD |
`` | Authentication method (default: scram-sha-256) |
Volumes
| Path | Description |
|---|---|
/var/lib/postgresql/data |
Database data directory |
Ports
| Port | Protocol | Description |
|---|---|---|
5432 |
TCP | PostgreSQL port |
Implementation Details
- Architectures: amd64
- User:
bsd(UID/GID set via PUID/PGID). Defaults to1000:1000. - Base: Built on
ghcr.io/daemonless/base(FreeBSD 15.1). - sysvipc: Requires
--annotation 'org.freebsd.jail.allow.sysvipc=true'(ocijail 0.5.0+)
Need help? Join our Discord community.