build file edit
All checks were successful
test/timeline-server/pipeline/head This commit looks good

This commit is contained in:
jiangh277
2025-12-24 20:35:00 +08:00
parent 2cc7e0dce5
commit 17af33b098

9
Jenkinsfile vendored
View File

@@ -196,7 +196,8 @@ services:
- spring.datasource.username=root
- spring.datasource.password=WoCloud@9ol7uj
- spring.data.redis.host=host.docker.internal
- spring.data.redis.port=6379
- spring.data.redis.port=36379
- spring.data.redis.password=123456
- file.service.url=http://timeline-file-service:30002/file/
- user.service.url=http://timeline-user-service:30003/user/
extra_hosts:
@@ -230,7 +231,8 @@ services:
- spring.datasource.username=root
- spring.datasource.password=WoCloud@9ol7uj
- spring.data.redis.host=host.docker.internal
- spring.data.redis.port=6379
- spring.data.redis.port=36379
- spring.data.redis.password=123456
extra_hosts:
- "host.docker.internal:host-gateway"
@@ -260,6 +262,9 @@ services:
- spring.datasource.url=jdbc:mysql://host.docker.internal:33306/timeline?serverTimezone=UTC&allowPublicKeyRetrieval=true
- spring.datasource.username=root
- spring.datasource.password=WoCloud@9ol7uj
- spring.data.redis.host=host.docker.internal
- spring.data.redis.port=36379
- spring.data.redis.password=123456
depends_on:
- timeline-story-service
- timeline-file-service