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

Network frontend and API docker containers for end to end local containerized environment #2497

Open
doug-s-nava opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@doug-s-nava
Copy link
Collaborator

Summary

Currently the docker networks used by the frontend docker compose and the API / backend docker compose have no way of communicating with each other. As a result the parts of the frontend that need to connect to the API (search and opportunities) were failing.

We should create a way for the frontend and API containers to talk to each other.

Acceptance criteria

When running the frontend and API in docker containers:

  • the frontend container is able to make requests to the API
  • search functionality works from the UI
  • opportunity detail functionality works from the UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant