mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 10:58:34 +08:00
add 新增 集成 easyretry 调度中心
This commit is contained in:
@@ -180,6 +180,20 @@ services:
|
||||
privileged: true
|
||||
network_mode: "host"
|
||||
|
||||
ruoyi-easyretry-server:
|
||||
image: ruoyi/ruoyi-easyretry-server:2.2.0
|
||||
container_name: ruoyi-easyretry-server
|
||||
environment:
|
||||
# 时区上海
|
||||
TZ: Asia/Shanghai
|
||||
ports:
|
||||
- "8800:8800"
|
||||
- "1788:1788"
|
||||
volumes:
|
||||
- /docker/easyretry/logs/:/ruoyi/easyretry/logs
|
||||
privileged: true
|
||||
network_mode: "host"
|
||||
|
||||
ruoyi-gateway:
|
||||
image: ruoyi/ruoyi-gateway:2.2.0
|
||||
container_name: ruoyi-gateway
|
||||
|
||||
Reference in New Issue
Block a user