Skip to content

Commit 0012332

Browse files
herodotus-ecosystemgitee-org
authored andcommitted
!200 v3.2.5.1
Merge pull request !200 from 码匠君/develop
2 parents 0e00fac + 91e56bb commit 0012332

File tree

50 files changed

+630
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+630
-148
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<a href="https://github.com/spring-projects/spring-authorization-server" target="_blank"><img src="https://img.shields.io/badge/Spring%20Authorization%20Server-1.2.4-blue.svg?logo=spring" alt="Spring Authorization Server 1.2.4"></a>
99
<a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://img.shields.io/badge/Spring%20Boot-3.2.5-blue.svg?logo=spring" alt="Spring Boot 3.2.5"></a>
1010
<a href="https://spring.io/projects/spring-cloud" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud-2023.0.1-blue.svg?logo=spring" alt="Spring Cloud 2023.0.1"></a>
11-
<a href="https://github.com/alibaba/spring-cloud-alibaba" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Alibaba-2023.0.0.0-blue.svg?logo=alibabadotcom" alt="Spring Cloud Alibaba 2023.0.0.0"></a>
12-
<a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Tencent-1.13.1--2023.0.0-blue.svg?logo=tencentqq" alt="Spring Cloud Tencent 1.13.1--2023.0.0-SNAPSHOT"></a>
11+
<a href="https://github.com/alibaba/spring-cloud-alibaba" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Alibaba-2023.0.1.0-blue.svg?logo=alibabadotcom" alt="Spring Cloud Alibaba 2023.0.1.0"></a>
12+
<a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Tencent-1.14.0--2023.0.0-blue.svg?logo=tencentqq" alt="Spring Cloud Tencent 1.14.0--2023.0.0-SNAPSHOT"></a>
1313
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.3.2-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.3.2"></a>
1414
</p>
1515
<p align="center">
16-
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.2.5.0-red.svg?logo=spring" alt="Version 3.2.5.0"></a>
17-
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.2.5.0-red.svg?logo=spring" alt="Dante Engine 3.2.5.0"></a>
18-
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.2.5.0-red.svg?logo=spring" alt="Dante OSS 3.2.5.0"></a>
16+
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.2.5.1-red.svg?logo=spring" alt="Version 3.2.5.1"></a>
17+
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.2.5.1-red.svg?logo=spring" alt="Dante Engine 3.2.5.1"></a>
18+
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.2.5.1-red.svg?logo=spring" alt="Dante OSS 3.2.5.1"></a>
1919
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
2020
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
2121
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
@@ -38,7 +38,7 @@
3838

3939
## 企业级技术中台微服务架构与服务能力开发平台
4040

41-
Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和服务能力开发平台,是采用领域驱动模型(DDD)设计思想的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的、支持智能电视、IoT等物联网设备认证的微服务架构。基于 Spring Authorization Server 1.2.4、Spring Boot 3.2.5、Spring Cloud 2023.0.1、Spring Cloud Tencent 1.13.1-2023.0.0、Spring Cloud Alibaba 2023.0.0.0、Nacos 2.3.2 等主流技术栈开发的多租户系统,遵循SpringBoot 编程思想,高度模块化和可配置化。具备服务发现、配置、熔断、限流、降级、监控、多级缓存、分布式事务、工作流等功能。
41+
Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和服务能力开发平台,是采用领域驱动模型(DDD)设计思想的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的、支持智能电视、IoT等物联网设备认证的微服务架构。基于 Spring Authorization Server 1.2.4、Spring Boot 3.2.5、Spring Cloud 2023.0.1、Spring Cloud Tencent 1.14.0-2023.0.0、Spring Cloud Alibaba 2023.0.1.0、Nacos 2.3.2 等主流技术栈开发的多租户系统,遵循SpringBoot 编程思想,高度模块化和可配置化。具备服务发现、配置、熔断、限流、降级、监控、多级缓存、分布式事务、工作流等功能。
4242

4343
## 定位
4444

@@ -155,8 +155,8 @@ Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和
155155
|-----------------------------|-----------------|
156156
| Spring Boot | 3.2.5 |
157157
| Spring Cloud | 2023.0.1 |
158-
| Spring Cloud Alibaba | 2023.0.0.0 |
159-
| Spring Cloud Tencent | 1.13.1-2023.0.0 |
158+
| Spring Cloud Alibaba | 2023.0.1.0 |
159+
| Spring Cloud Tencent | 1.14.0-2023.0.0 |
160160
| Spring Authorization Server | 1.2.4 |
161161
| Spring Boot Admin | 3.2.2 |
162162
| Nacos | 2.3.2 |

configurations/docker/docker-compose/linux/herodotus/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=3.2.5.0
1+
VERSION=3.2.5.1
22
GATEWAY_SERVICE_NAME=dante-cloud-gateway
33
GATEWAY_SERVICE_PORT=8847
44
UAA_SERVICE_NAME=dante-cloud-uaa

configurations/docker/docker-compose/linux/herodotus/env.base.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
version: "3"
21
services:
32
nacos:
4-
image: nacos/nacos-server:v2.3.2
3+
image: herodotus/nacos-server:v2.3.2
54
container_name: nacos
65
hostname: nacos
76
environment:
87
MODE: standalone
9-
SPRING_DATASOURCE_PLATFORM: mysql
10-
MYSQL_SERVICE_HOST: 192.168.101.10
11-
MYSQL_SERVICE_PORT: 13306
12-
MYSQL_SERVICE_USER: nacos
13-
MYSQL_SERVICE_PASSWORD: nacos
14-
MYSQL_SERVICE_DB_NAME: nacos
15-
MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
8+
# SPRING_DATASOURCE_PLATFORM: mysql
9+
# MYSQL_SERVICE_HOST: 192.168.101.10
10+
# MYSQL_SERVICE_PORT: 13306
11+
# MYSQL_SERVICE_USER: nacos
12+
# MYSQL_SERVICE_PASSWORD: nacos
13+
# MYSQL_SERVICE_DB_NAME: nacos
14+
# MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
15+
SPRING_DATASOURCE_PLATFORM: postgresql
16+
POSTGRESQL_SERVICE_HOST: 192.168.101.10
17+
POSTGRESQL_SERVICE_PORT: 15432
18+
POSTGRESQL_SERVICE_USER: nacos
19+
POSTGRESQL_SERVICE_PASSWORD: nacos
20+
POSTGRESQL_SERVICE_DB_NAME: nacos
21+
POSTGRESQL_SERVICE_DB_PARAM: tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos
1622
NACOS_AUTH_IDENTITY_KEY: serverIdentity
1723
NACOS_AUTH_IDENTITY_VALUE: security
1824
NACOS_AUTH_TOKEN: SecretKey012345678901234567890123456789012345678901234567890123456789
@@ -75,7 +81,7 @@ services:
7581
- /usr/local/docker-volumes/elk/logstash/conf.d:/etc/logstash/conf.d
7682

7783
sentinel:
78-
image: herodotus/sentinel-dashboard:1.8.7
84+
image: herodotus/sentinel-dashboard:v1.8.7
7985
container_name: sentinel-dashboard
8086
environment:
8187
SENTINEL_ADMIN_USERNAME: sentinel

configurations/docker/docker-compose/windows/herodotus/env.debezium.example.yml renamed to configurations/docker/docker-compose/linux/herodotus/env.example.debezium.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: "3"
21
services:
32
postgres:
4-
image: debezium/postgres:13
3+
image: debezium/postgres:16
54
container_name: postgres
65
hostname: postgres
76
environment:

configurations/docker/docker-compose/linux/herodotus/env.base.debezium.yml renamed to configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1-
version: "3"
21
services:
32
nacos:
4-
image: nacos/nacos-server:v2.3.2
3+
image: herodotus/nacos-server:v2.3.2
54
container_name: nacos
65
hostname: nacos
76
restart: always
87
environment:
98
MODE: standalone
10-
SPRING_DATASOURCE_PLATFORM: mysql
11-
MYSQL_SERVICE_HOST: 192.168.101.10
12-
MYSQL_SERVICE_PORT: 13306
13-
MYSQL_SERVICE_USER: nacos
14-
MYSQL_SERVICE_PASSWORD: nacos
15-
MYSQL_SERVICE_DB_NAME: nacos
16-
MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
9+
# SPRING_DATASOURCE_PLATFORM: mysql
10+
# MYSQL_SERVICE_HOST: 192.168.101.10
11+
# MYSQL_SERVICE_PORT: 13306
12+
# MYSQL_SERVICE_USER: nacos
13+
# MYSQL_SERVICE_PASSWORD: nacos
14+
# MYSQL_SERVICE_DB_NAME: nacos
15+
# MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
16+
SPRING_DATASOURCE_PLATFORM: postgresql
17+
POSTGRESQL_SERVICE_HOST: 192.168.101.10
18+
POSTGRESQL_SERVICE_PORT: 15432
19+
POSTGRESQL_SERVICE_USER: nacos
20+
POSTGRESQL_SERVICE_PASSWORD: nacos
21+
POSTGRESQL_SERVICE_DB_NAME: nacos
22+
POSTGRESQL_SERVICE_DB_PARAM: tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos
1723
NACOS_AUTH_IDENTITY_KEY: serverIdentity
1824
NACOS_AUTH_IDENTITY_VALUE: security
1925
NACOS_AUTH_TOKEN: SecretKey012345678901234567890123456789012345678901234567890123456789
@@ -72,7 +78,7 @@ services:
7278
- kafka
7379

7480
sentinel:
75-
image: herodotus/sentinel-dashboard:1.8.7
81+
image: herodotus/sentinel-dashboard:v1.8.7
7682
container_name: sentinel-dashboard
7783
environment:
7884
SENTINEL_ADMIN_USERNAME: sentinel

configurations/docker/docker-compose/linux/herodotus/env.base.skywalking.yml renamed to configurations/docker/docker-compose/linux/herodotus/env.full.skywalking.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: "3"
21
services:
32
oap:
4-
image: apache/skywalking-oap-server:8.9.0
3+
image: apache/skywalking-oap-server:9.7.0-java17
54
container_name: skywalking-oap
65
hostname: skywalking-oap
76
ports:
@@ -13,7 +12,7 @@ services:
1312
TZ: Asia/Shanghai
1413

1514
ui:
16-
image: apache/skywalking-ui:8.9.0
15+
image: apache/skywalking-ui:9.7.0-java17
1716
container_name: skywalking-ui
1817
hostname: skywalking-ui
1918
depends_on:

configurations/docker/docker-compose/linux/herodotus/env.base.tencent.yml renamed to configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.8"
21
services:
32
polarismesh:
43
image: polarismesh/polaris-standalone:latest
@@ -45,7 +44,7 @@ services:
4544
- zookeeper
4645

4746
sentinel:
48-
image: herodotus/sentinel-dashboard:1.8.7
47+
image: herodotus/sentinel-dashboard:v1.8.7
4948
container_name: sentinel-dashboard
5049
environment:
5150
SENTINEL_ADMIN_USERNAME: sentinel

configurations/docker/docker-compose/linux/herodotus/env.oss.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
minio:
43
image: quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z

configurations/docker/docker-compose/linux/herodotus/env.quick-start.yaml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,25 @@ version: '3.8'
22
services:
33

44
nacos:
5-
image: nacos/nacos-server:v2.3.2
5+
image: herodotus/nacos-server:v2.3.2
66
container_name: dante-nacos
77
hostname: dante-nacos
88
environment:
99
MODE: standalone
10-
SPRING_DATASOURCE_PLATFORM: mysql
11-
MYSQL_SERVICE_HOST: dante-mysql
12-
MYSQL_SERVICE_PORT: 3306
13-
MYSQL_SERVICE_USER: nacos
14-
MYSQL_SERVICE_PASSWORD: nacos
15-
MYSQL_SERVICE_DB_NAME: nacos
16-
MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
10+
# SPRING_DATASOURCE_PLATFORM: mysql
11+
# MYSQL_SERVICE_HOST: dante-mysql
12+
# MYSQL_SERVICE_PORT: 3306
13+
# MYSQL_SERVICE_USER: nacos
14+
# MYSQL_SERVICE_PASSWORD: nacos
15+
# MYSQL_SERVICE_DB_NAME: nacos
16+
# MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
17+
SPRING_DATASOURCE_PLATFORM: postgresql
18+
POSTGRESQL_SERVICE_HOST: 192.168.101.10
19+
POSTGRESQL_SERVICE_PORT: 15432
20+
POSTGRESQL_SERVICE_USER: nacos
21+
POSTGRESQL_SERVICE_PASSWORD: nacos
22+
POSTGRESQL_SERVICE_DB_NAME: nacos
23+
POSTGRESQL_SERVICE_DB_PARAM: tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos
1724
NACOS_AUTH_IDENTITY_KEY: serverIdentity
1825
NACOS_AUTH_IDENTITY_VALUE: security
1926
NACOS_AUTH_TOKEN: SecretKey012345678901234567890123456789012345678901234567890123456789

configurations/docker/docker-compose/linux/herodotus/env.tick.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.8"
21
services:
32
influxdb:
43
image: influxdb:1.8

configurations/docker/docker-compose/linux/herodotus/services.dev.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.8"
21
services:
32
monitor:
43
image: ${MONITOR_SERVICE_NAME}:${VERSION}

configurations/docker/docker-compose/linux/herodotus/services.prod.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.8"
21
services:
32
monitor:
43
image: ${MONITOR_SERVICE_NAME}:${VERSION}

configurations/docker/docker-compose/linux/jenkins/env.ci.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

configurations/docker/docker-compose/windows/herodotus/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=3.2.5.0
1+
VERSION=3.2.5.1
22
GATEWAY_SERVICE_NAME=dante-cloud-gateway
33
GATEWAY_SERVICE_PORT=8847
44
UAA_SERVICE_NAME=dante-cloud-uaa

configurations/docker/docker-compose/windows/herodotus/env.base.without.elk.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
version: "3"
21
services:
32
nacos:
4-
image: nacos/nacos-server:v2.3.2
3+
image: herodotus/nacos-server:v2.3.2
54
container_name: nacos
65
environment:
76
MODE: standalone
8-
SPRING_DATASOURCE_PLATFORM: mysql
9-
MYSQL_SERVICE_HOST: 192.168.101.10
10-
MYSQL_SERVICE_PORT: 13306
11-
MYSQL_SERVICE_USER: nacos
12-
MYSQL_SERVICE_PASSWORD: nacos
13-
MYSQL_SERVICE_DB_NAME: nacos
14-
MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
7+
# SPRING_DATASOURCE_PLATFORM: mysql
8+
# MYSQL_SERVICE_HOST: 192.168.101.10
9+
# MYSQL_SERVICE_PORT: 13306
10+
# MYSQL_SERVICE_USER: nacos
11+
# MYSQL_SERVICE_PASSWORD: nacos
12+
# MYSQL_SERVICE_DB_NAME: nacos
13+
# MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
14+
SPRING_DATASOURCE_PLATFORM: postgresql
15+
POSTGRESQL_SERVICE_HOST: 192.168.101.10
16+
POSTGRESQL_SERVICE_PORT: 15432
17+
POSTGRESQL_SERVICE_USER: nacos
18+
POSTGRESQL_SERVICE_PASSWORD: nacos
19+
POSTGRESQL_SERVICE_DB_NAME: nacos
20+
POSTGRESQL_SERVICE_DB_PARAM: tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos
1521
NACOS_AUTH_IDENTITY_KEY: serverIdentity
1622
NACOS_AUTH_IDENTITY_VALUE: security
1723
NACOS_AUTH_TOKEN: SecretKey012345678901234567890123456789012345678901234567890123456789

configurations/docker/docker-compose/windows/herodotus/env.base.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
version: "3"
21
services:
32
nacos:
4-
image: nacos/nacos-server:v2.3.2
3+
image: herodotus/nacos-server:v2.3.2
54
container_name: nacos
65
environment:
76
MODE: standalone
8-
SPRING_DATASOURCE_PLATFORM: mysql
9-
MYSQL_SERVICE_HOST: 192.168.101.10
10-
MYSQL_SERVICE_PORT: 13306
11-
MYSQL_SERVICE_USER: nacos
12-
MYSQL_SERVICE_PASSWORD: nacos
13-
MYSQL_SERVICE_DB_NAME: nacos
14-
MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
7+
# SPRING_DATASOURCE_PLATFORM: mysql
8+
# MYSQL_SERVICE_HOST: 192.168.101.10
9+
# MYSQL_SERVICE_PORT: 13306
10+
# MYSQL_SERVICE_USER: nacos
11+
# MYSQL_SERVICE_PASSWORD: nacos
12+
# MYSQL_SERVICE_DB_NAME: nacos
13+
# MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
14+
SPRING_DATASOURCE_PLATFORM: postgresql
15+
POSTGRESQL_SERVICE_HOST: 192.168.101.10
16+
POSTGRESQL_SERVICE_PORT: 15432
17+
POSTGRESQL_SERVICE_USER: nacos
18+
POSTGRESQL_SERVICE_PASSWORD: nacos
19+
POSTGRESQL_SERVICE_DB_NAME: nacos
20+
POSTGRESQL_SERVICE_DB_PARAM: tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos
1521
NACOS_AUTH_IDENTITY_KEY: serverIdentity
1622
NACOS_AUTH_IDENTITY_VALUE: security
1723
NACOS_AUTH_TOKEN: SecretKey012345678901234567890123456789012345678901234567890123456789
@@ -71,7 +77,7 @@ services:
7177
- D:\\local-cached\\docker-volumes\\elk\\logstash\\conf.d:/etc/logstash/conf.d
7278

7379
sentinel:
74-
image: herodotus/sentinel-dashboard:1.8.7
80+
image: herodotus/sentinel-dashboard:v1.8.7
7581
container_name: sentinel-dashboard
7682
environment:
7783
SENTINEL_ADMIN_USERNAME: sentinel

configurations/docker/docker-compose/linux/herodotus/env.debezium.example.yml renamed to configurations/docker/docker-compose/windows/herodotus/env.example.debezium.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: "3"
21
services:
32
postgres:
4-
image: debezium/postgres:13
3+
image: debezium/postgres:16
54
container_name: postgres
65
hostname: postgres
76
environment:

configurations/docker/docker-compose/windows/herodotus/env.base.debezium.yml renamed to configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1-
version: "3"
21
services:
32
nacos:
4-
image: nacos/nacos-server:v2.3.2
3+
image: herodotus/nacos-server:v2.3.2
54
container_name: nacos
65
hostname: nacos
76
restart: always
87
environment:
98
MODE: standalone
10-
SPRING_DATASOURCE_PLATFORM: mysql
11-
MYSQL_SERVICE_HOST: 192.168.101.10
12-
MYSQL_SERVICE_PORT: 13306
13-
MYSQL_SERVICE_USER: nacos
14-
MYSQL_SERVICE_PASSWORD: nacos
15-
MYSQL_SERVICE_DB_NAME: nacos
16-
MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
9+
# SPRING_DATASOURCE_PLATFORM: mysql
10+
# MYSQL_SERVICE_HOST: 192.168.101.10
11+
# MYSQL_SERVICE_PORT: 13306
12+
# MYSQL_SERVICE_USER: nacos
13+
# MYSQL_SERVICE_PASSWORD: nacos
14+
# MYSQL_SERVICE_DB_NAME: nacos
15+
# MYSQL_SERVICE_DB_PARAM: characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
16+
SPRING_DATASOURCE_PLATFORM: postgresql
17+
POSTGRESQL_SERVICE_HOST: 192.168.101.10
18+
POSTGRESQL_SERVICE_PORT: 15432
19+
POSTGRESQL_SERVICE_USER: nacos
20+
POSTGRESQL_SERVICE_PASSWORD: nacos
21+
POSTGRESQL_SERVICE_DB_NAME: nacos
22+
POSTGRESQL_SERVICE_DB_PARAM: tcpKeepAlive=true&reWriteBatchedInserts=true&ApplicationName=nacos
1723
NACOS_AUTH_IDENTITY_KEY: serverIdentity
1824
NACOS_AUTH_IDENTITY_VALUE: security
1925
NACOS_AUTH_TOKEN: SecretKey012345678901234567890123456789012345678901234567890123456789
@@ -72,7 +78,7 @@ services:
7278
- kafka
7379

7480
sentinel:
75-
image: herodotus/sentinel-dashboard:1.8.7
81+
image: herodotus/sentinel-dashboard:v1.8.7
7682
container_name: sentinel-dashboard
7783
environment:
7884
SENTINEL_ADMIN_USERNAME: sentinel

configurations/docker/docker-compose/windows/herodotus/env.base.skywalking.yml renamed to configurations/docker/docker-compose/windows/herodotus/env.full.skywalking.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
version: "3"
21
services:
32
oap:
4-
image: apache/skywalking-oap-server:8.9.0
3+
image: apache/skywalking-oap-server:9.7.0-java17
54
container_name: skywalking-oap
65
hostname: skywalking-oap
76
ports:
@@ -13,7 +12,7 @@ services:
1312
TZ: Asia/Shanghai
1413

1514
ui:
16-
image: apache/skywalking-ui:8.9.0
15+
image: apache/skywalking-ui:9.7.0-java17
1716
container_name: skywalking-ui
1817
hostname: skywalking-ui
1918
depends_on:

0 commit comments

Comments
 (0)