Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ services:
# required: true
# - path: "./.env"
# required: false
# environment:
# - POSTGRESQL_ADMIN_PASSWORD=${POSTGRES_PASSWORD}
# healthcheck:
# test: ["CMD", "pg_isready", "-U", "postgres"]
# interval: 5s
Expand Down
1 change: 1 addition & 0 deletions default.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ POSTGRES_HOST=db
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRESQL_ADMIN_PASSWORD=postgres

BASE_URL=http://localhost:7007

Expand Down
2 changes: 0 additions & 2 deletions docs/rhdh-local-guide/postgresql-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ If you want to use PostgreSQL with RHDH, here are the steps:
required: true
- path: "./.env"
required: false
environment:
- POSTGRESQL_ADMIN_PASSWORD=${POSTGRES_PASSWORD}
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
interval: 5s
Expand Down