1 Star 0 Fork 28

Penguin/wow-note-spring

forked from Evan/wow-note-spring 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose-note.yml 980 Bytes
一键复制 编辑 原始数据 按行查看 历史
Evan 提交于 2024-02-09 15:25 . 优化网关与Docker部署
# 版本
version: '1.0'
# 定义容器
services:
note-gateway:
# 容器名
container_name: 'note-gateway'
build:
# 上下文
context: note-gateway
# Dockerfile文件位置
dockerfile: Dockerfile
ports:
- "9091:9091"
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-tag:
container_name: 'note-tag'
build:
context: note-tag
dockerfile: Dockerfile
ports:
- "8083:8083"
note-share:
container_name: 'note-share'
build:
context: note-share
dockerfile: Dockerfile
ports:
- "8084:8084"
note-comment:
container_name: 'note-comment'
build:
context: note-comment
dockerfile: Dockerfile
ports:
- "8085:8085"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/Recalling-penguin/wow-note-spring.git
git@gitee.com:Recalling-penguin/wow-note-spring.git
Recalling-penguin
wow-note-spring
wow-note-spring
master

搜索帮助