Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxj959 committed Oct 24, 2024
1 parent 0fde9fb commit 1f54b81
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
timeout: 60s
retries: 120
networks:
- e2e
- dolphinscheduler

dolphinscheduler-api:
image: apache/dolphinscheduler-standalone-server:ci
Expand All @@ -47,7 +47,7 @@ services:
dolphinscheduler-zookeeper:
condition: service_healthy
networks:
- e2e
- dolphinscheduler
healthcheck:
test: [ "CMD", "curl", "http://localhost:12345/dolphinscheduler/actuator/health" ]
interval: 5s
Expand All @@ -67,7 +67,7 @@ services:
dolphinscheduler-zookeeper:
condition: service_healthy
networks:
- e2e
- dolphinscheduler
healthcheck:
test: [ "CMD", "curl", "http://localhost:5679/actuator/health" ]
interval: 5s
Expand All @@ -87,12 +87,12 @@ services:
dolphinscheduler-zookeeper:
condition: service_healthy
networks:
- e2e
- dolphinscheduler
healthcheck:
test: [ "CMD", "curl", "http://localhost:1235/actuator/health" ]
interval: 5s
timeout: 5s
retries: 120
command: [ "/bin/bash", "/opt/dolphinscheduler/worker-server/bin/start.sh" ]
networks:
e2e:
dolphinscheduler:

0 comments on commit 1f54b81

Please sign in to comment.