mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit:权限模块新增分配详情功能
This commit is contained in:
@@ -1 +0,0 @@
|
||||
encrypted
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
{"version":"1.0.2","checksum":{"algorithm":"","blocksize":0,"hashes":null},"meta":{"etag":"4fed24a75dbec5c74772d58b73a0a107-1"}}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
{"version":"1","format":"fs","id":"5dc3c1de-589c-4bf0-b582-83d7ebe905e8","fs":{"version":"2"}}
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.2'
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user