Skip to content

Verify docker-compose.yml matches current backend .env.example #15

Description

@anitajordan22244-afk

The root docker-compose.yml (Postgres + backend service, used for local dev) should be checked against services/backend/.env.example's current defaults (DB name/user/password, CONTRACT_IDS seeding) to make sure they still match after recent backend changes (the $PORT/BIND_ADDR fix, etc.).

To do: run docker compose up -d postgres && cd services/backend && cargo run, confirm /health returns {"status":"ok",...} with zero manual env tweaking beyond copying .env.example to .env.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions