AdventureLookup / adventurelookup-backend

Platform, Framework, Database software
GNU General Public License v3.0
28 stars 7 forks source link

Data should be stored in a data container or be host bound to prevent accidental data loss #4

Closed pejter closed 8 years ago

pejter commented 8 years ago

I'm opting for host-bind since it's easier and more intuitive. Also less risk of accidental deletion.

cpnielsen commented 8 years ago

Data for postgres is already stored in a host-bound, but I forgot to make it relative (so it lives in your docker base setup somewhere).

pejter commented 8 years ago

It's a named volume. Those are managed by Docker and that means they can be accidentally deleted. See Docker-compose volumes