feat: 同步

master
old-tom 8 months ago
parent 2962f6bf69
commit a8aadd029e

@ -146,4 +146,22 @@ ALTER SYSTEM ADD BACKEND "172.10.70.3:9050";
``` ```
![[Pasted image 20240818194732.png]] ![[Pasted image 20240818194732.png]]
be界面http://localhost:8040 be界面http://localhost:8040
+ 海豚调度
下载源码包使用docker-compose部署
```shell
$ DOLPHINSCHEDULER_VERSION=3.2.2
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz
# Mac Linux 用户
$ cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src/deploy/docker
# Windows 用户, `cd apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src\deploy\docker`
# 如果需要初始化或者升级数据库结构需要指定profile为schema
$ docker-compose --profile schema up -d
# 启动dolphinscheduler所有服务指定profile为all
$ docker-compose --profile all up -d
```
[http://localhost:12345/dolphinscheduler/ui](http://localhost:12345/dolphinscheduler/ui) admin/dolphinscheduler123

Loading…
Cancel
Save