1 Star 0 Fork 29

anjoyGit/wow-note-spring

forked from Evan/wow-note-spring 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose-note.yml 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
# 版本
version: '1.0'
# 定义容器
services:
note-gateway:
# 容器名
container_name: 'note-gateway'
build:
# 上下文
context: note-gateway
# Dockerfile文件位置
dockerfile: Dockerfile
ports:
- "9091:9091"
note-services:
container_name: 'note-services'
build:
context: note-services
dockerfile: Dockerfile
ports:
- "9092:9092"
note-user:
container_name: 'note-user'
build:
context: note-user
dockerfile: Dockerfile
ports:
- "8081:8081"
note-notes:
container_name: 'note-notes'
build:
context: note-notes
dockerfile: Dockerfile
ports:
- "8082:8082"
note-share:
container_name: 'note-share'
build:
context: note-share
dockerfile: Dockerfile
ports:
- "8084:8084"
#note-tag:
# container_name: 'note-tag'
# build:
# context: note-tag
# dockerfile: Dockerfile
# ports:
# - "8083:8083"
#note-comment:
# container_name: 'note-comment'
# build:
# context: note-comment
# dockerfile: Dockerfile
# ports:
# - "8085:8085"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/anjoygit/wow-note-spring.git
git@gitee.com:anjoygit/wow-note-spring.git
anjoygit
wow-note-spring
wow-note-spring
master

搜索帮助