clean git

This commit is contained in:
2025-07-13 12:02:30 +08:00
commit 0e354d2cc2
1483 changed files with 309507 additions and 0 deletions

3
testrc Normal file
View File

@@ -0,0 +1,3 @@
alias up='docker compose -f compose-dev.yml up -d'
alias down='docker compose -f compose-dev.yml down'
alias logs='docker compose -f compose-dev.yml logs -f'