VRMS
VRMS copied to clipboard
Set up Docker containers for Client and Backend
v0.4 Setup Infrastructure
This ticket is part of the transition to us having individual dev environments and to facilitate our CI/CD pipeline.
Dependencies
- #645
Instructions
- [ ] Review the docker files from v0.3 (see
/reference/
folder) - [ ] Copy over the
Dockerfile.dev
andDockerfile.prod
files for the backend folder. - [ ] Copy over the
Dockerfile.dev
andDockerfile.prod
files for the client folder. - [ ] Modify the root
docker-compose.yml
file to point to the dev versions of each Docker file. - [ ] Confirm that the
docker-compose up
command runs as expected and the solution can be run from within docker.
Reference
You may need to modify either Docker file and possibly the Docker Compose file to get everything up and working. Review the Docker documentation or reach out to team members for help in troubleshooting.