mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Docker Compose Database Setup (#379)
Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
This commit is contained in:
@@ -39,5 +39,23 @@
|
||||
"persistent": true
|
||||
}
|
||||
{{/unless}}{{/if}}
|
||||
{{#if (eq dbSetup "docker")}},
|
||||
"db:start": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"db:stop": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"db:watch": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"db:down": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
{{/if}}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user