commit:权限模块新增分配详情功能

This commit is contained in:
Jerry
2020-11-21 11:32:26 +08:00
parent ae7359230d
commit 5cdf9b7115
603 changed files with 7514 additions and 2249 deletions

View File

@@ -1,9 +1,9 @@
version: '3.2'
version: '3.5'
services:
nacos:
image: nacos/nacos-server:1.3.2
image: nacos/nacos-server:1.3.1
container_name: nacos-standalone
environment:
- PREFER_HOST_MODE=hostname
@@ -59,7 +59,7 @@ services:
- zz-test
depends_on:
- zookeeper
sentinel:
image: bladex/sentinel-dashboard
ports:
@@ -67,21 +67,6 @@ services:
networks:
- zz-test
minio:
image: minio/minio:latest
environment:
# spring boot服务中的配置项需要与该值相同。
# nginx访问页面的登录名和密码。密码不能少于8个字符。
- MINIO_ACCESS_KEY=admin
- MINIO_SECRET_KEY=admin123456
volumes:
- ./data/minio:/data
- ./services/minio/config:/root/.minio
ports:
# 对主机暴露19000接口nginx需要将请求导入该端口号。
- "19000:9000"
command: server /data
networks:
zz-test:
driver: bridge