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
But if I'm an API developer, I likely don't need those last two most of the time, and vice-versa for the front-end developers. While running them altogether should be possible / easy, we should also make running them separately easy. We can do this by using https://docs.docker.com/compose/multiple-compose-files/include/
We make two docker-compose files, one in the frontend, and one in the API folder. Then we make a top-level one that includes both of those use include.
Acceptance criteria
Docker-compose files created and able to start up the API/frontend without the other uneventfully
The text was updated successfully, but these errors were encountered:
## Summary
Fixes#1510
## Changes proposed
- Move `nextjs` and `storybook` service to
`./frontend/docker-compose.yml`
- Move `grants-api` and `grants-db` service to
`./api/docker-compose.yml`
- Top level `./docker-compose.yml`
Summary
https://github.com/HHS/simpler-grants-gov/blob/main/docker-compose.yml starts up:
But if I'm an API developer, I likely don't need those last two most of the time, and vice-versa for the front-end developers. While running them altogether should be possible / easy, we should also make running them separately easy. We can do this by using https://docs.docker.com/compose/multiple-compose-files/include/
We make two docker-compose files, one in the frontend, and one in the API folder. Then we make a top-level one that includes both of those use include.
Acceptance criteria
The text was updated successfully, but these errors were encountered: