qhetrick / CSE_5914_Fitness_App

Team repo for CSE 5914 Capstone Course
3 stars 1 forks source link

Reorganize docker config files #9

Open Cbooch13 opened 1 year ago

Cbooch13 commented 1 year ago

The root directory is somewhat messy. Restructure the directory (primarily the files relating to docker), and rewrite the dockerfiles in case any directories get messed up.

Possible things to do: -Create new docker files to shorten docker-compose (likely candidate) -Create profiles in compose file to allow faster runtimes (having a profile specifically for frontend, one without analytics, production, etc) -Move generated logs to a dedicated logs folder (possibly set up some form of log retention time period before deletion to save space)

Cbooch13 commented 1 year ago

Update readme with running instructions as well