GroundApps / ShoppingList_Backend

Simple Centralized Shoppinglist - php backend
GNU General Public License v3.0
27 stars 23 forks source link

Hi ! #75

Closed Lertsenem closed 8 years ago

Lertsenem commented 8 years ago

I made the app compatible with Docker for an easier deployment.

If you have docker installed, just run docker run -d -e API_KEY=password lertsenem/shoppinglist to get a running instance of ShoppingList. You will of course have to forward the 80 port to access it, and you can persist the database using volumes. See the modified 'README.md' for details.

For now it's only working with an sqlite database, but a MySQL compatible version shouldn't be much more work. :]