VRMS icon indicating copy to clipboard operation
VRMS copied to clipboard

Set up Docker containers for Client and Backend

Open jasonwong26 opened this issue 3 years ago • 0 comments

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 and Dockerfile.prod files for the backend folder.
  • [ ] Copy over the Dockerfile.dev and Dockerfile.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.

Relevant Blog Post

jasonwong26 avatar Aug 03 '21 01:08 jasonwong26