feat: 添加metabase内容

This commit is contained in:
2018-01-08 00:37:38 +08:00
parent d8f743a6ff
commit 1b7298ead4
3 changed files with 20 additions and 0 deletions

10
metabase/metabase.yaml Normal file
View File

@@ -0,0 +1,10 @@
version: '3'
services:
web:
image: 10.9.30.33:5000/metabase/metabase
ports:
- "3000:3000"
deploy:
placement:
constraints: [node.id == ocwdadrexxwzp1efoc65ca5u6]

7
metabase/readme.md Normal file
View File

@@ -0,0 +1,7 @@
# metabase-轻量级开源bi系统
[官网](https://www.metabase.com)
## 部署
```
$ sudo docker stack deploy -c metabase.yaml metabase
```

View File

@@ -3,6 +3,9 @@
## 分类说明
### metabase
轻量级bi工具适合企业内部简单bi展现详情见[metabase](https://www.metabase.com)
### gitea
轻量级git托管服务器速度极快功能还行适合个人及小规模团队使用详情见[gitea官网](https://gitea.io/zh-CN/)
请进入./gitea目录阅读readme.md文件。