1 Star 1 Fork 197

future / TTIot

forked from shijun / TTIot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jun Shi 提交于 2019-09-24 20:23 . Task3 docker插件
version: '1.0.1'
services:
ttiot-redis:
image: redis:5.0
command: redis-server --requirepass TTIot
ports:
- 6379:6379
restart: always
container_name: ttiot-redis
hostname: ttiot-redis
ttiot-example:
build:
context: ./
dockerfile: ./ttiot-example/Dockerfile
restart: always
ports:
- 8729:8729
container_name: ttiot-example
hostname: ttiot-example
image: ttiot-example
Java
1
https://gitee.com/chrnyuan/TTIot.git
git@gitee.com:chrnyuan/TTIot.git
chrnyuan
TTIot
TTIot
master

搜索帮助