1 Star 0 Fork 295

兴勃/bootx-platform

forked from steven.mo/bootx-platform 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
喵呀 提交于 2023-05-10 17:01 . build 依赖调整
version: '3'
services:
platform:
image: bootx-platform:latest
restart: always
ports:
- "8080:8080"
volumes:
# 宿主机目录:容器目录 日志映射
- /data/logs/bootx-platform:/logs
# 外部化配置文件
- ./application.yml:/application.yml
- ./logback-spring.xml:/logback-spring.xml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hixingbo/bootx-platform.git
[email protected]:hixingbo/bootx-platform.git
hixingbo
bootx-platform
bootx-platform
dev

搜索帮助