googlefonts / gfregression

Test local fonts against fonts host on fonts.google.com
Apache License 2.0
14 stars 10 forks source link

Moved db out of web container into its own container. #33

Closed m4rc1e closed 6 years ago

m4rc1e commented 6 years ago

Currently, if you rebuild the web container, the database gets wiped. By moving the database to its own container, we can rebuild the web app without worrying about wrecking the data.

Fixes #24

m4rc1e commented 6 years ago

Just realised the ttfs are still stored in the web container. I'll figure out a way to store these.

m4rc1e commented 6 years ago

Using docker volumes has solved this issue. Next step is to have a daily backup mechanism.