1 Star 1 Fork 0

Jack.wu/oigx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
Jack.wu 提交于 2021-06-19 16:22 . init commit
version: '3.9'
services:
infra-sentinel-dashboard:
build:
context: ./infra-sentinel-dashboard
restart: always
ports:
- 6070:6070
container_name: infra-sentinel-dashboard
hostname: infra-sentinel-dashboard
image: infra-sentinel-dashboard
sys-auth-server:
build:
context: ./sys-auth/sys-auth-server
restart: always
ports:
- 8081:8081
container_name: sys-auth-server
hostname: sys-auth-server
image: sys-auth-server
sys-auth-query:
build:
context: ./sys-auth/sys-auth-query
restart: always
ports:
- 8281:8281
container_name: sys-auth-query
hostname: sys-auth-query
image: sys-auth-query
sys-oauth-security:
build:
context: ./sys-auth/sys-oauth-security
restart: always
ports:
- 8088:8088
container_name: sys-oauth-security
hostname: sys-oauth-security
image: sys-oauth-security
sys-log-server:
build:
context: ./sys-log/sys-log-server
restart: always
ports:
- 8085:8085
container_name: sys-log-server
hostname: sys-log-server
image: sys-log-server
infra-gateway:
build:
context: ./infra-gateway
restart: always
ports:
- 6050:6050
container_name: infra-gateway
hostname: infra-gateway
image: infra-gateway
infra-monitor:
build:
context: ./infra-monitor
restart: always
ports:
- 6060:6060
container_name: infra-monitor
hostname: infra-monitor
image: infra-monitor
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuxiaolin-001/oigx.git
[email protected]:wuxiaolin-001/oigx.git
wuxiaolin-001
oigx
oigx
master

搜索帮助