3 Star 1 Fork 1

bluesmi / ymall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose-app.yml 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
bluesmi 提交于 2019-07-19 15:39 . 集成前端
version: "3.5"
services:
ymall-admin:
build:
context: ./
dockerfile: ./ymall-admin/Dockerfile
restart: always
ports:
- 8888:8888
container_name: ymall-admin
hostname: ymall-admin
image: ymall-admin
external_links:
- ymall-mysql:ymall-mysql
- ymall-kafka:ymall-kafka
ymall-web:
build:
context: ./
dockerfile: ./web-mall/Dockerfile
restart: always
command: npm run dev
container_name: ymall-web
hostname: ymall-web
ports:
- 8090:8090
environment:
HOST: 0.0.0.0
ymall-nginx: # nginx容器
image: ymall-nginx
build:
context: ./
dockerfile: ./nginx/Dockerfile
container_name: ymall-nginx
restart: unless-stopped
ports:
- 8191:8191
external_links:
- ymall-admin
Java
1
https://gitee.com/bluesmi/ymall.git
git@gitee.com:bluesmi/ymall.git
bluesmi
ymall
ymall
master

搜索帮助