33 Star 82 Fork 29

Evan/wow-note-spring

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose-note.yml 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
Evan 提交于 2024-05-29 02:10 +08:00 . :wrench:修复MQ消息中心、增加Sentinel熔断节点
# 版本
version: '2.0'
# 定义容器
services:
note-gateway:
# 容器名
container_name: 'note-gateway'
build:
# 容器构建相对路径 or 绝对路径
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/uyevan/wow-note-spring.git
[email protected]:uyevan/wow-note-spring.git
uyevan
wow-note-spring
wow-note-spring
master

搜索帮助