Skip to content

[Doc Update]: README instructs .env.local but docker-compose expects .env (blockchain & client) #234

@SumanGunsola-dev

Description

@SumanGunsola-dev

Is there an existing issue for this?

  • I have searched the existing issues

Issue Description ✍️

Hi maintainers 👋,

While setting up the project with Docker, I noticed a mismatch between the README and docker-compose configuration.

The README instructs creating:

  • blockchain/.env.local
  • client/.env.local

However, docker-compose.yml expects:

  • blockchain/.env
  • client/.env

This causes docker-compose up --build to fail with:
"Couldn't find env file: .../.env"

Suggested fixes (either option works):

  1. Update docker-compose.yml to reference .env.local for both services, or
  2. Update README to instruct creating .env instead of .env.local

Happy to open a PR if you’d prefer. Thanks!

Record

  • I have synced all my node versions as mentioned in the project
  • I am using the same version of npm as is the project
  • My current branch is in sync with the development branch
  • I want to work on this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions