Skip to content

Commit

Permalink
v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
smarttang authored Jun 5, 2022
1 parent 450d4a0 commit bd3794b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions deploy/docker-compose-x86_64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:

# 分析端
w3aAnalysisAgent:
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.14
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.15
environment:
- topic=weblogs
- kafka=kafka:9092
Expand All @@ -105,7 +105,7 @@ services:

# 告警端
w3aAlterAgent:
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.14
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.15
environment:
- topic=weblogs
- kafka=kafka:9092
Expand All @@ -114,14 +114,14 @@ services:

# 资产采集端
w3aAssetsAgent:
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.14
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.15
environment:
- openapi=w3aworkapi:8080
- modes=assets

# 漏洞扫描联动端
w3aWebScanAgent:
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.14
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.15
environment:
- redis=w3aRedis:6379
- arachni=w3aArachni:7331
Expand All @@ -139,7 +139,7 @@ services:

# 代码扫描端
w3aCodeScanAgent:
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.14
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-agent:v1.0.15
environment:
- openapi=w3aworkapi:8080
- modes=codescan
Expand All @@ -155,15 +155,15 @@ services:

# Web前端
w3aFrotend:
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-frontend:v1.0.14
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-frontend:v1.0.15
ports:
- '81:80'
depends_on:
- w3aDashboard

# 平台侧
w3aDashboard:
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-dashboard:v1.0.14
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-dashboard:v1.0.15
ports:
- '8081:8080'
environment:
Expand All @@ -184,7 +184,7 @@ services:

# workAPI
w3aworkapi:
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-workapi:v1.0.14
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-workapi:v1.0.15
ports:
- '8082:8080'
environment:
Expand All @@ -202,7 +202,7 @@ services:

# openAPI
w3aopenapi:
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-openapi:v1.0.14
image: registry.cn-beijing.aliyuncs.com/aidolphins_com/w3a-openapi:v1.0.15
ports:
- '8083:8080'
environment:
Expand Down

0 comments on commit bd3794b

Please sign in to comment.