You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
As we uncovered in #1945, our development docker images do not use nginx for the frontend. We should use nginx so that we can more closely mimic production in our development processes.
Acceptance Criteria:
Using our dev aliases, tdrs-start will spin up the frontend with nginx
The nginx configurations for local and prod are functionally equivalent
Testing Checklist has been run and all tests pass
README is updated, if necessary
Tasks:
Investigate use of nginx docker base
Set docker-compose configurations to ensure reactjs and nginx are spun up seamlessly
Should we just reactjs run inside an nginx docker image similar to our buildpack architecture? While we would have to run through some setup steps, this feels like the 'best' solution but I'm unsure of the lift to get that work done and how that might impact scope.
The text was updated successfully, but these errors were encountered:
andrew-jameson
changed the title
[WIP] As tech lead, I want our development environments to more closely match production environments
As tech lead, I want local configurations to use nginx
Aug 16, 2022
Description:
As we uncovered in #1945, our development docker images do not use nginx for the frontend. We should use nginx so that we can more closely mimic production in our development processes.
Acceptance Criteria:
tdrs-start
will spin up the frontend with nginxTasks:
Notes:
Supporting Documentation:
Open Questions:
The text was updated successfully, but these errors were encountered: