🔨 chore: add docker compose to setup local services for development (#8608)

* 👷 build: add docker compose to setup local services for development

* 👷 build: setup dotenv-expand for all the npm scripts

* 🐛 fix: remove useless comments

* 📚 docs: add server-side database setup guide with i18n support

- Add comprehensive server-side database setup documentation
- Include step-by-step Docker service configuration
- Add Chinese localization for better developer experience
- Cover environment setup, database migration, and verification steps
This commit is contained in:
Asuka109
2025-09-02 18:06:01 +09:00
committed by GitHub
parent 0884747bb3
commit d1c5645517
10 changed files with 1137 additions and 858 deletions
+3
View File
@@ -4,6 +4,9 @@ resolution-mode=highest
ignore-workspace-root-check=true
enable-pre-post-scripts=true
# Load dotenv files for all the npm scripts
node-options="--require dotenv-expand/config"
public-hoist-pattern[]=*@umijs/lint*
public-hoist-pattern[]=*changelog*
public-hoist-pattern[]=*commitlint*