uclibs / uc_drc

DRC migration planning and work
Other
0 stars 0 forks source link

changes for production mode #108

Closed crowesn closed 3 years ago

crowesn commented 3 years ago

Fixes #69

Add config changes to run application in production mode.

Changes proposed in this pull request:

crowesn commented 3 years ago

Probably best to test manually on local machine

Production mode: RAILS_ENV=production docker-compose up -d --build Development mode: docker-compose up -d --build

I don't think you should need to clear the data between tests but you can stop the app with docker-compose down to retain data and docker-compose down -v to delete the data.