Skip to content

Update project page for PostgreSQL service - #9

Merged
DataTideHH merged 1 commit into
mainfrom
agent/update-project-page-postgresql
Aug 5, 2026
Merged

Update project page for PostgreSQL service#9
DataTideHH merged 1 commit into
mainfrom
agent/update-project-page-postgresql

Conversation

@DataTideHH

Copy link
Copy Markdown
Owner

What changed

  • add the local PostgreSQL 18 Docker Compose service to the project page
  • clarify that H2 remains the active application and test database
  • add PostgreSQL start and stop commands
  • correct the sample-data description to refer to integration-test fixtures
  • update the documented limitations and next persistence steps

Scope

This pull request only updates docs/index.md. It does not change application configuration or runtime behavior.

Validation

  • project page checked against the current README and compose.yaml
  • no Java, Maven or application files changed

Copilot AI lite review requested due to automatic review settings August 5, 2026 21:42
@DataTideHH
DataTideHH merged commit 90bf7ee into main Aug 5, 2026
2 checks passed
@DataTideHH
DataTideHH deleted the agent/update-project-page-postgresql branch August 5, 2026 21:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s documentation landing page to reflect the presence of a local PostgreSQL 18 Docker Compose service while clarifying that the application and tests still run against H2.

Changes:

  • Adds PostgreSQL Docker Compose service guidance (start/stop) and clarifies it’s not yet wired into the Spring Boot app.
  • Clarifies H2 remains the active database for runtime and tests.
  • Updates the “Data and limitations” section to describe integration-test fixtures and next persistence steps.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/index.md
docker compose down
```

The service exposes PostgreSQL 18 on port `5432` with database `processdb` and user `processapp`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants