mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
发布 5.1.0-BETA 公测版本
This commit is contained in:
@ -100,7 +100,7 @@ services:
|
||||
network_mode: "host"
|
||||
|
||||
ruoyi-server1:
|
||||
image: ruoyi/ruoyi-server:5.0.0
|
||||
image: ruoyi/ruoyi-server:5.1.0
|
||||
container_name: ruoyi-server1
|
||||
environment:
|
||||
# 时区上海
|
||||
@ -115,7 +115,7 @@ services:
|
||||
network_mode: "host"
|
||||
|
||||
ruoyi-server2:
|
||||
image: ruoyi/ruoyi-server:5.0.0
|
||||
image: ruoyi/ruoyi-server:5.1.0
|
||||
container_name: ruoyi-server2
|
||||
environment:
|
||||
# 时区上海
|
||||
@ -130,7 +130,7 @@ services:
|
||||
network_mode: "host"
|
||||
|
||||
ruoyi-monitor-admin:
|
||||
image: ruoyi/ruoyi-monitor-admin:5.0.0
|
||||
image: ruoyi/ruoyi-monitor-admin:5.1.0
|
||||
container_name: ruoyi-monitor-admin
|
||||
environment:
|
||||
# 时区上海
|
||||
@ -142,7 +142,7 @@ services:
|
||||
network_mode: "host"
|
||||
|
||||
ruoyi-powerjob-server:
|
||||
image: ruoyi/ruoyi-powerjob-server:5.0.0
|
||||
image: ruoyi/ruoyi-powerjob-server:5.1.0
|
||||
container_name: ruoyi-powerjob-server
|
||||
environment:
|
||||
# 时区上海
|
||||
|
@ -31,7 +31,7 @@ http {
|
||||
server 127.0.0.1:9090;
|
||||
}
|
||||
|
||||
upstream powerjob {
|
||||
upstream powerjob-server {
|
||||
server 127.0.0.1:7700;
|
||||
}
|
||||
|
||||
@ -100,7 +100,7 @@ http {
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header REMOTE-HOST $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_pass http://powerjob/;
|
||||
proxy_pass http://powerjob-server/;
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
|
Reference in New Issue
Block a user