mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 08:59:10 +08:00
docker-compose
增加参数LOGIN_CAS_SERVER
This commit is contained in:
parent
3a6cff879f
commit
548232b1af
@ -58,7 +58,7 @@ services:
|
||||
- DATABASE_NAME=maxkey
|
||||
- DATABASE_USER=root
|
||||
- DATABASE_PWD=maxkey
|
||||
- LOGIN_CAS_SERVER=http://maxkey/sign/authz/cas
|
||||
- LOGIN_CAS_SERVER=http://maxkey-nginx/sign/authz/cas
|
||||
ports:
|
||||
- "9526:9526"
|
||||
networks:
|
||||
|
||||
@ -7,7 +7,7 @@ server {
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri/ /maxkey-mgt/index.html;
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user