mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
feat:1. 更新 docker-compose 2. uodate 指令添加nginx重启功能
This commit is contained in:
parent
288e265aaa
commit
6f7b44cb08
1
cmd
1
cmd
@ -349,6 +349,7 @@ if [ $# -gt 0 ]; then
|
||||
run_exec php "composer update"
|
||||
fi
|
||||
run_exec php "php artisan migrate"
|
||||
run_exec nginx "nginx -s reload"
|
||||
restart_php
|
||||
$COMPOSE up -d
|
||||
elif [[ "$1" == "uninstall" ]]; then
|
||||
|
||||
@ -49,6 +49,7 @@ services:
|
||||
- drawio-webapp
|
||||
- drawio-export
|
||||
- minder
|
||||
- okr
|
||||
- ai
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user