Skip to content

Fix Docker Compose missing POSTGRES_PASSWORD #1086

Description

@devJaja

Description

The root docker-compose.yml does not set POSTGRES_PASSWORD for the PostgreSQL service. PostgreSQL 16-alpine requires this or it will refuse to start.

Location

docker-compose.yml

Fix

Add POSTGRES_PASSWORD to the postgres service environment:

environment:
POSTGRES_DB: linkora
POSTGRES_PASSWORD: linkora_dev

Also add the password to the indexer and dm-relay services if they need it.

Acceptance Criteria

  • PostgreSQL starts successfully with docker-compose up
  • All services can connect to the database
  • Password is documented in a comment as dev-only

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programbugSomething isn't workingdeveloper experienceImproves contributor workflow or local setup

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions