Add custom CLI for service startup (#697)

* Add custom CLI for service startup

* Remove redundant scripts

* Fix lint
This commit is contained in:
Wu Clan
2025-06-28 14:56:19 +08:00
committed by GitHub
parent 3b04329b04
commit 88695ac6ad
10 changed files with 485 additions and 39 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
>
> It is recommended to execute under the backend directory, and chmod authorization may be required
- `pre_start.sh`: Perform automatic database migration and create database tables
- `pre_start.sh`: Perform automatic database migration
- `celery-start.sh`: For celery docker script, implementation is not recommended