Skip to content

Conversation

@CorentynDevPro
Copy link
Owner

Deleted the configuration for local Postgres and Redis containers from docker-compose.yml. This streamlines the compose file to only include application services, likely reflecting a change in local development or deployment strategy.

Deleted the configuration for local Postgres and Redis containers from docker-compose.yml. This streamlines the compose file to only include application services, likely reflecting a change in local development or deployment strategy.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the local Postgres and Redis service definitions from docker-compose.yml, shifting towards using external or managed database services instead of containerized local instances.

Key Changes:

  • Removed the Postgres service configuration (including health checks, volume mounts, and initialization scripts)
  • Removed the Redis service configuration (including health checks and data persistence)
  • Both services were configured with the "local" profile, indicating they were optional dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@CorentynDevPro CorentynDevPro merged commit cc76cb7 into main Nov 21, 2025
9 of 11 checks passed
@CorentynDevPro CorentynDevPro deleted the fix-docker-compose branch November 21, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants