feat(docker-compose): implement data volume

This commit is contained in:
ItzCrazyKns 2024-06-29 11:10:26 +05:30
parent c51ec8ff0f
commit 799f4d6aee
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
4 changed files with 17 additions and 3 deletions

6
.gitignore vendored
View file

@ -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