Skip to content

Conversation

Lertsenem
Copy link
Contributor

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. :]

J-8 and others added 9 commits October 1, 2015 16:18
Sorry guys, please watch your code this simple step can generates a lot of errors
To allow for slite database persistence accross Docker container
destruction/creation, we use a Docker volume mounted on
'/shoppinglist/data'. Files on the volume (ie 'shoppinglist.sqlite') are
of course not served by nginx.
ghost pushed a commit that referenced this pull request Dec 21, 2015
Thanks so much
Could you create a MySQL Support too?
Only then, I will merged it to master
@ghost ghost merged commit f10e15d into GroundApps:devel Dec 21, 2015
@ghost ghost mentioned this pull request Aug 21, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants