scottbishopdev / RoverInterviewProject

A project I completed in about two weeks while interviewing for Rover.com in 2018. This is a re-upload of my original Rover_Interview_Project repo.
GNU General Public License v3.0
0 stars 0 forks source link

Initial implementation of Docker Compose #7

Closed scottbishopdev closed 4 years ago

scottbishopdev commented 4 years ago

Once we have the Dockerfile for the webserver created, we should create a configuration for Compose so we can begin to implement the infrastructure for the entire project as code.

Note: This issue cannot be started until issue #6 is completed.