Skip to content

Docker setup not working with provided compose files #386

@avirajsingh7

Description

@avirajsingh7

While setting up the project in Docker, I faced issues due to the presence of two compose files:

docker-compose.yml

  • Missing services like Redis and RabbitMQ

docker-compose.dev.yml

  • Does not correctly pick up DB credentials from environment variables

As a result, neither file works for a complete setup out of the box.

Suggested Fix:

  • Update Readme.md with correct setup instructions
  • Align the docker-compose files to include all required services and properly load environment variables

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions