1 Star 0 Fork 973

fzkj1989/datart

forked from running-elephant/datart 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml.example 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
datart:
image: java:8
hostname: datart
container_name: datart
restart: always
volumes:
- "{datart application root path}:/datart"
entrypoint: [ "sh","/datart/bin/datart-server.sh" ]
environment:
- TZ=Asia/Shanghai
logging:
options:
max-size: "1g"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/jkcolin/datart.git
[email protected]:jkcolin/datart.git
jkcolin
datart
datart
master

搜索帮助