cwshugg / snowbudget

A budget assistant I implemented to make keeping track of expenses easier.
0 stars 1 forks source link

Created a working Dockerfile and Docker-compose.yml files #2

Closed 65001 closed 2 years ago

65001 commented 2 years ago

Made changes to example.json and server-example.json in relation to paths. Disabled certs. Do /backup and /save need to exist on the container or is the project smart enough to auto create them?

65001 commented 2 years ago

Should the /save and /backup folders be local to the container or be persisted across containers? I can make them named volumes if need be.

cwshugg commented 2 years ago

These changes look great. Thanks for setting up dockerfiles! To answer your questions:

I'll go ahead and merge this in.