Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix PostgreSQL SSL configuration in nextjs-postgres sample
Co-authored-by: lionello <[email protected]>
  • Loading branch information
Copilot and lionello committed Jul 16, 2025
commit d4c32b4c8ce6102410b8a9223c8bb8c62d23d95f
2 changes: 1 addition & 1 deletion samples/nextjs-postgres/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
POSTGRES_HOST: database
POSTGRES_PORT: 5432
POSTGRES_DB: postgres
POSTGRES_SSL: true
POSTGRES_SSL: false
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000" ]
depends_on:
Expand Down