
PostgreSQL
The PostgreSQL object-relational database system provides reliability and data integrity
Official integration
Created - Last update
PostgreSQL, often simply Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data, securely and supporting best practices, and retrieve it later, as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). It can handle workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users.
Deployed services
postgres
postgres:$$cap_postgres_version
- postgres-data:/var/lib/postgresql/data
always
4Variables
Version
Default: 14.5
$$cap_postgres_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags
Username
Default: postgres
$$cap_pg_userPassword
Default: $$cap_gen_random_hex(16)
$$cap_pg_passDefault Database
Default: postgres
$$cap_pg_dbOptional Arguments
Default: undefined
$$cap_pg_initdb_argsArguments will be appended to `postgres initdb`. Example: `--data-checksums`.