Commit d8137f1
authored
Added yarn dev:sqlite command for SQLite development (#27088)
no refs
## Summary
- Added `compose.dev.sqlite.yaml` Docker Compose override that disables
the MySQL container and configures Ghost to use SQLite
- Added `yarn dev:sqlite` script to `package.json` for running the dev
environment with SQLite instead of MySQL
- Mounts the SQLite database directory to the host for easy access
- Mostly this is useful when testing migrations on sqlite1 parent 16745a9 commit d8137f1
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments