Self-host with Docker · Yantr
PostgreSQL
Open-source relational database with JSON support, full-text search, and extensions.
1
Ports
3
Notes
4
Use Cases
About
What PostgreSQL does
PostgreSQL is a powerful, open-source object-relational database system known for reliability, feature robustness, and performance. It supports both SQL (relational) and JSON (non-relational) querying, making it perfect for modern applications. Features include ACID compliance, MVCC for co...
Install Flow
How to self-host PostgreSQL
PostgreSQL can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what PostgreSQL does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Use as the database backend for complex applications like Wiki.js, Ghostfolio, or Home Assistant.
- Store JSON data alongside relational data in the same database.
- Enable full-text search for building search features in your applications.
- Use pgvector extension for storing and querying AI embeddings.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 5432 | TCP | Database |
Docker Image
postgres:latest
Service Name
postgresql
Notes
Things to know before you deploy
- Requires POSTGRES_PASSWORD environment variable
- Can use volumes for data persistence
- Supports numerous extensions for specialized use cases
Related Apps
More tools you might pair with PostgreSQL
Page generated 2026-06-23T15:50:08.758Z