692 B
692 B
Postgres
This service deploys a PostgreSQL database.
Services
postgres: The PostgreSQL database service.
Configuration
POSTGRES_VERSION: The version of the PostgreSQL image, default is17.6.POSTGRES_USER: The database username, default ispostgres.POSTGRES_PASSWORD: The database password, default ispostgres.POSTGRES_DB: The database name, default ispostgres.POSTGRES_PORT: The host port for PostgreSQL, default is5432.
Volumes
postgres_data: A volume for storing PostgreSQL data.init.sql: Optional initialization script (mount to/docker-entrypoint-initdb.d/init.sql).