diff --git a/Jenkinsfile b/Jenkinsfile index aa7a185..8b69e9c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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