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
While setting up the project in Docker, I faced issues due to the presence of two compose files:
docker-compose.yml
docker-compose.dev.yml
As a result, neither file works for a complete setup out of the box.
Suggested Fix: