build file edit
All checks were successful
test/timeline-server/pipeline/head This commit looks good
All checks were successful
test/timeline-server/pipeline/head This commit looks good
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -196,7 +196,8 @@ services:
|
|||||||
- spring.datasource.username=root
|
- spring.datasource.username=root
|
||||||
- spring.datasource.password=WoCloud@9ol7uj
|
- spring.datasource.password=WoCloud@9ol7uj
|
||||||
- spring.data.redis.host=host.docker.internal
|
- 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/
|
- file.service.url=http://timeline-file-service:30002/file/
|
||||||
- user.service.url=http://timeline-user-service:30003/user/
|
- user.service.url=http://timeline-user-service:30003/user/
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
@@ -230,7 +231,8 @@ services:
|
|||||||
- spring.datasource.username=root
|
- spring.datasource.username=root
|
||||||
- spring.datasource.password=WoCloud@9ol7uj
|
- spring.datasource.password=WoCloud@9ol7uj
|
||||||
- spring.data.redis.host=host.docker.internal
|
- spring.data.redis.host=host.docker.internal
|
||||||
- spring.data.redis.port=6379
|
- spring.data.redis.port=36379
|
||||||
|
- spring.data.redis.password=123456
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "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.url=jdbc:mysql://host.docker.internal:33306/timeline?serverTimezone=UTC&allowPublicKeyRetrieval=true
|
||||||
- spring.datasource.username=root
|
- spring.datasource.username=root
|
||||||
- spring.datasource.password=WoCloud@9ol7uj
|
- spring.datasource.password=WoCloud@9ol7uj
|
||||||
|
- spring.data.redis.host=host.docker.internal
|
||||||
|
- spring.data.redis.port=36379
|
||||||
|
- spring.data.redis.password=123456
|
||||||
depends_on:
|
depends_on:
|
||||||
- timeline-story-service
|
- timeline-story-service
|
||||||
- timeline-file-service
|
- timeline-file-service
|
||||||
|
|||||||
Reference in New Issue
Block a user