feat(docker-compose): implement data volume
This commit is contained in:
parent
c51ec8ff0f
commit
799f4d6aee
4 changed files with 17 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -6,6 +6,7 @@ yarn-error.log
|
|||
# Build output
|
||||
/.next/
|
||||
/out/
|
||||
/dist/
|
||||
|
||||
# IDE/Editor specific
|
||||
.vscode/
|
||||
|
@ -31,4 +32,7 @@ logs/
|
|||
|
||||
# Miscellaneous
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Db
|
||||
db.sqlite
|
Loading…
Add table
Add a link
Reference in a new issue