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:
@@ -1,2 +1,3 @@
|
||||
/logs
|
||||
/data
|
||||
.env
|
||||
Reference in New Issue
Block a user