Skip to content

Commit

Permalink
[type:refactor] fix shenyu-integrated-test-combination ci (apache#5203)
Browse files Browse the repository at this point in the history
* zk ci fix

* zk ci fix
  • Loading branch information
misaya295 authored Oct 10, 2023
1 parent a2dbfdb commit 9b54b98
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@ version: "3.9"
services:
shenyu-zk:
container_name: shenyu-zk
image: zookeeper:3.5
image: zookeeper:latest
restart: always
networks:
- shenyu
expose:
- 2181
healthcheck:
test: [ "CMD-SHELL", "echo srvr | nc localhost 2181" ]
interval: 10s
timeout: 5s
retries: 3
start_period: 30s

shenyu-redis:
image: redis:6.0-alpine
Expand Down Expand Up @@ -186,6 +194,8 @@ services:
depends_on:
shenyu-admin:
condition: service_healthy
shenyu-zk:
condition: service_healthy
ports:
- "9195:9195"
networks:
Expand Down

0 comments on commit 9b54b98

Please sign in to comment.