4 Star 24 Fork 6

Datheng Wang / kkFileView-Wife

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
kk-filePreview.yml 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
Datheng Wang 提交于 2019-01-09 11:28 . add docker-compose file.
version: '2'
services:
filepreview-app:
network_mode: host
restart: always
container_name: filepreview
image: datheng/kk_fileview_wife
ports:
- 8012:8012
environment:
# - _JAVA_OPTIONS=-Xmx512m -Xms256m
- SPRING_PROFILES_ACTIVE=prod,swagger
redis-app:
network_mode: host
restart: always
container_name: redis
image: redis:4
ports:
- 6379:6379
Docker
1
https://gitee.com/datheng/kkFileView-Wife.git
git@gitee.com:datheng/kkFileView-Wife.git
datheng
kkFileView-Wife
kkFileView-Wife
master

搜索帮助