Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#284: Cant access mongodb container from local backend #285

Merged

Conversation

AntonioMrtz
Copy link
Owner

Description

Following docs developers could not connect local backend with mongodb container making the app to fail

The issue was produced by mongodb being used instead of localhost on dev.env, that file is copied into .env and used locally

Commit type

Fix

Issue

#284

Proposed Changes

  • Modify dev.env to allow local development usage
  • Override enviroments for backend service to connect to mongodb instead of localhost
  • Update docs
  • Fix broken backend healtcheck container, install missing curl
  • Remove healthcheck for mongo-express

Potential Impact

Screenshots

Additional Tasks

Assigned

@AntonioMrtz

Following docs developers could not connect local backend with mongodb container making the app to fail

The issue was produced by mongodb being used instead of localhost on dev.env, that file is copied into .env and used locally
@AntonioMrtz AntonioMrtz added bug Something isn't working backend Backend related issues build Build related issues labels Nov 7, 2024
@AntonioMrtz AntonioMrtz self-assigned this Nov 7, 2024
@AntonioMrtz AntonioMrtz linked an issue Nov 7, 2024 that may be closed by this pull request
@AntonioMrtz AntonioMrtz merged commit 1480703 into master Nov 7, 2024
11 checks passed
@AntonioMrtz AntonioMrtz deleted the fix/284-cant-access-mongodb-container-from-local-backend branch November 7, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues bug Something isn't working build Build related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cant access mongodb container from local backend
1 participant