Moved volume container definitions

I've placed the `application` and `data` directories into a `volumes`
subdirectory. The top level `data` directory is now used for storing the
data used by the database (and other, if any) containers. The `data`
directory has also been added to the `.gitignore` file to prevent
accidental pushing of user data.
This commit is contained in:
Jack Fletcher
2016-07-12 17:11:57 +01:00
parent 42d63236f1
commit 14cbe9f935
4 changed files with 22 additions and 21 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/logs
/data
.env