Skip to main content

Postgresql

Configuring the postgres.env File

The postgres.env file is a crucial component for deploying OpenCDMP using Docker Compose. It contains environment variables that specify:

  • Postgres' admin user & password.

This file is located in the deployment/config-files/postgres directory.

Env VariableDescriptionDefault ValueExample
POSTGRES_USERPostgres admin user.postgrespostgres
POSTGRES_PASSWORDPostgres admin password.-<your_password>